mysql5.7 minor version upgrade - windows

mysql5.7 minor version upgrade - windows Application scenario: upgrade mysql 5.7.20 to the latest 5.7.31, Windows Environment Download link on the official website: https://dev.mysql.com/downloads/mysql/5.7.html Note: mysql data must be backed up before operation to avoid problems during installation and can be remedied 1, Close and delete ...

Added by Neumy on Wed, 09 Mar 2022 05:29:59 +0200

Physical backup of Dameng database

Physical backup Reference learning articles Official documents A better article on the preparation Online articles corresponding to official documents dmrman physical offline backup article on line backup There are two ways to start archiving Online archive configurationManual archive configuration be careful During online backup, clo ...

Added by SithLordKyle on Sat, 05 Mar 2022 07:47:50 +0200

Learn to insert Gaode map JS API and map related settings into Vue project. It's enough to read this article ~ (nanny level simplified teaching)

Gaode map API official website: Gaode open platform | Gaode map API . Since the blogger is developed based on the front-end Vue framework, the map JavaScript API * * * * is introduced in combination with Vue. 1, Case effect 2, Development preparation It should be noted that if you want to use JS API, you must register an account and ...

Added by Daukan on Wed, 02 Mar 2022 07:09:23 +0200

MySQL index and execution plan 2

1. Index type BTREE : b-tree , b+tree , b*tree RTREE FULLTExT HASH 2. Differences and relations between clustered index and auxiliary index difference: Generally, the primary key is selected to generate the cluster index. There can only be one table. If there is no primary key, the unique key is selected, and the hidden ...

Added by king.oslo on Sun, 23 Jan 2022 17:39:23 +0200

Manually deploy OceanBase three-copy cluster

Manually deploy ob triple-copy cluster 1. IP Address and Machine Planning Machine os:centos 7.5 8c12g IP Addresshost nameMachine RoleExplain192.168.32.111obce01observer+obproxy192.168.32.112obce02observer192.168.32.113obce03observer+obproxy192.168.32.114obce04observerAdd, Expand192.168.32.115obce05observer+obproxyAdd, Expand Note: The machin ...

Added by Springroll on Wed, 05 Jan 2022 11:06:50 +0200

mysql IO replication exception - heartbeat is not compatible with local info

mysql IO replication exception - heartbeat is not compatible with local info 1. Problem description An IO replication exception case was recorded. One set of MySQL Cluster slave database on a system line had the problem of IO replication thread interruption at about 22:57 every day in the recent week. Check the error information "h ...

Added by niroshan on Tue, 04 Jan 2022 15:25:53 +0200

Dameng DMDSC cluster deployment and construction

Environmental preparation (1) Two virtual machines are required, and the memory is better than 2G. DM8 is installed on each virtual machine, and initialization is not required after installation.(2) In this paper, the machine is named. The first one is called node 1 and the second one is called node 2, which is convenient to call. Because it i ...

Added by prue_ on Sun, 02 Jan 2022 18:58:12 +0200

MPP environment construction and problem solving

catalogue 1, Environment construction 1. System planning 2. Configure DM ini 3. Configure dmmal ini 4. Configure dmmpp ctl 5. Run MPP 2, Problem solving 1. After starting two instances, start/ disql error  2. Common meter test 3. Temporary meter test 1, Environment construction Build a two node MPP cluster in linux environment ...

Added by unidox on Sun, 26 Dec 2021 02:37:13 +0200

Teach you how to build a 2-node DMDSC under centos7

It took bloggers many days to build DMDSC, not because of how difficult it is, but because of some details. 1. Environmental preparation 1.1 hardware facilities The virtual machine system used by the landlord is centos7. This tutorial is applicable to most virtual machine systems. It runs 2g of memory, 20g of disk, and 20g of new shared disk. ...

Added by maxonon on Sat, 25 Dec 2021 01:39:09 +0200

Database lock table? Don't panic. This article teaches you how to solve it

introduction As developers, we often deal with databases. When we modify the database, such as adding fields and updating records, we do not correctly evaluate the frequency of use of the table at this time, so we directly modify it, resulting in a long time of unresponsiveness to the modification operation and locking the table. In mysql, if ...

Added by drewbie on Mon, 22 Nov 2021 12:59:04 +0200