Assume that a node in the three-node MGR is abnormal and needs to be re-added to the MGR cluster. The specific operation process is as follows: Contributor-side execution (192.168.1.11) DROP USER 'donor_clone_user'@'192.168.1.12'; CREATE USER 'donor_clone_user'@'192.168.1.12' IDENTIFIED BY 'password'; GRANT BACKUP_ADMIN on *.* to 'donor_clone_user'@'192.168.1.12'; INSTALL PLUGIN clone SONAME 'mysql_clone.so'; Execution on the receiver side (192.168.1.12) DROP USER 'recipient_clone_user'@'192.168.1.12'; CREATE USER 'recipient_clone_user'@'192.168.1.12' IDENTIFIED BY 'password'; GRANT CLONE_ADMIN on *.* to 'recipient_clone_user'@'192.168.1.12'; INSTALL PLUGIN clone SONAME 'mysql_clone.so'; SET GLOBAL clone_valid_donor_list = '192.168.1.11:3311'; exit mysql -urecipient_clone_user -ppassword -h 192.168.1.12 -P3311 CLONE INSTANCE FROM 'donor_clone_user'@'192.168.1.11':3311 IDENTIFIED BY 'password'; exit mysql -uroot -p start group_replication; select * from performance_schema.replication_group_members; The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Linux implements the source code of the number guessing game
>>: WeChat applet component development: Visual movie seat selection function
1. Link's to attribute (1) Place the routing ...
Preface During the development process, we often ...
Table of contents 1. Insert 2. Update 3. Delete 1...
This article shares the specific code of vue3 enc...
This article shares the specific code of vue unia...
Preface There is a misunderstanding about the max...
For databases that have been running for a long t...
The Core Asset Management Project requires el-tra...
To be honest, this question involves a lot of cor...
In order to make the table fill the screen (the re...
Prepare war package 1. Prepare the existing Sprin...
Copy code The code is as follows: <!DOCTYPE ht...
Copy code The code is as follows: <iframe src=...
1. Display the files or directories in the /etc d...
Docker Compose can realize the orchestration of D...