21 lines
883 B
Plaintext
21 lines
883 B
Plaintext
include/group_replication.inc
|
|
Warnings:
|
|
Note #### Sending passwords in plain text without SSL/TLS is extremely insecure.
|
|
Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
|
|
[connection server1]
|
|
[connection server1]
|
|
SET SESSION sql_log_bin= 0;
|
|
call mtr.add_suppression("Group Replication plugin is not installed.");
|
|
SET SESSION sql_log_bin= 1;
|
|
include/start_and_bootstrap_group_replication.inc
|
|
UNINSTALL PLUGIN group_replication;
|
|
[connection server_1]
|
|
#
|
|
# START GROUP_REPLICATION in parallel,
|
|
#
|
|
START GROUP_REPLICATION;
|
|
Got one of the listed errors
|
|
[connection server1]
|
|
include/install_group_replication_plugin.inc
|
|
include/group_replication_end.inc
|