1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
include/group_replication.inc [rpl_server_count=3]
Warnings:
Note #### Sending passwords in plain text without SSL/TLS is extremely insecure.
Note #### Storing MySQL user name or password information in the connection metadata repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START REPLICA; see the 'START REPLICA Syntax' in the MySQL Manual for more information.
[connection server1]
[connection server1]
include/assert.inc [group_replication_paxos_single_leader must be disabled]
[connection server2]
include/assert.inc [group_replication_paxos_single_leader must be disabled]
[connection server3]
include/assert.inc [group_replication_paxos_single_leader must be disabled]
[connection server3]
include/stop_group_replication.inc
[connection server2]
include/stop_group_replication.inc
[connection server1]
include/stop_group_replication.inc
SET GLOBAL group_replication_paxos_single_leader = 1;
include/start_and_bootstrap_group_replication.inc
[connection server2]
SET GLOBAL group_replication_paxos_single_leader = 1;
include/start_group_replication.inc
[connection server3]
SET GLOBAL group_replication_paxos_single_leader = 1;
include/start_group_replication.inc
[connection server1]
include/assert.inc [group_replication_paxos_single_leader must be enabled]
[connection server2]
include/assert.inc [group_replication_paxos_single_leader must be enabled]
[connection server3]
include/assert.inc [group_replication_paxos_single_leader must be enabled]
SELECT group_replication_switch_to_single_primary_mode();
group_replication_switch_to_single_primary_mode()
Mode switched to single-primary successfully.
[connection server1]
include/assert.inc [group_replication_paxos_single_leader must be enabled]
[connection server2]
include/assert.inc [group_replication_paxos_single_leader must be enabled]
[connection server3]
include/assert.inc [group_replication_paxos_single_leader must be enabled]
[connection server2]
SET GLOBAL group_replication_paxos_single_leader = 0;
[connection server3]
SET GLOBAL group_replication_paxos_single_leader = 0;
[connection server1]
include/assert.inc [group_replication_paxos_single_leader must be enabled]
[connection server2]
include/assert.inc [group_replication_paxos_single_leader must be enabled]
[connection server3]
include/assert.inc [group_replication_paxos_single_leader must be enabled]
[connection server3]
include/stop_group_replication.inc
SET GLOBAL group_replication_paxos_single_leader = "OFF";
[connection server2]
include/stop_group_replication.inc
SET GLOBAL group_replication_paxos_single_leader = "OFF";
[connection server1]
include/stop_group_replication.inc
SET GLOBAL group_replication_paxos_single_leader = "OFF";
include/start_and_bootstrap_group_replication.inc
[connection server2]
include/start_group_replication.inc
[connection server3]
include/start_group_replication.inc
SELECT group_replication_set_communication_protocol("8.0.21");
group_replication_set_communication_protocol("8.0.21")
The operation group_replication_set_communication_protocol completed successfully
[connection server1]
include/assert.inc [group_replication_paxos_single_leader must be disabled]
[connection server2]
include/assert.inc [group_replication_paxos_single_leader must be disabled]
[connection server3]
include/assert.inc [group_replication_paxos_single_leader must be disabled]
SELECT group_replication_switch_to_multi_primary_mode();
group_replication_switch_to_multi_primary_mode()
Mode switched to multi-primary successfully.
[connection server1]
include/assert.inc [group_replication_paxos_single_leader must be disabled]
[connection server2]
include/assert.inc [group_replication_paxos_single_leader must be disabled]
[connection server3]
include/assert.inc [group_replication_paxos_single_leader must be disabled]
SELECT group_replication_set_communication_protocol("8.0.27");
group_replication_set_communication_protocol("8.0.27")
The operation group_replication_set_communication_protocol completed successfully
[connection server3]
include/stop_group_replication.inc
SET GLOBAL group_replication_paxos_single_leader = "ON";
[connection server2]
include/stop_group_replication.inc
SET GLOBAL group_replication_paxos_single_leader = "ON";
[connection server1]
include/stop_group_replication.inc
SET GLOBAL group_replication_paxos_single_leader = "ON";
include/start_and_bootstrap_group_replication.inc
[connection server2]
include/start_group_replication.inc
[connection server3]
include/start_group_replication.inc
[connection server1]
include/assert.inc [group_replication_paxos_single_leader must be enabled]
[connection server2]
include/assert.inc [group_replication_paxos_single_leader must be enabled]
[connection server3]
include/assert.inc [group_replication_paxos_single_leader must be enabled]
[connection server3]
include/stop_group_replication.inc
SET GLOBAL group_replication_paxos_single_leader = 0;
[connection server2]
include/stop_group_replication.inc
SET GLOBAL group_replication_paxos_single_leader = 0;
[connection server1]
include/stop_group_replication.inc
SET GLOBAL group_replication_paxos_single_leader = 0;
include/group_replication_end.inc
|