Changes between Version 9 and Version 10 of GROUPReplicate
- Timestamp:
- 06/11/22 02:50:49 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUPReplicate
v9 v10 107 107 108 108 }}} 109 110 11. Since docker swarm with spin a new node to join the swarm node automatic. We need to send cmd to tell new node to join the replicated group. In this case, new node has a4abfa352571 id. 111 {{{ 112 docker exec -it a4 mysql -uroot -pmypass \ 113 > -e "change master to master_user='repl' for channel 'group_replication_recovery';" \ 114 > -e "START GROUP_REPLICATION;" 115 }}}