Changes between Version 9 and Version 10 of GROUPReplicate


Ignore:
Timestamp:
06/11/22 02:50:49 (2 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUPReplicate

    v9 v10  
    107107
    108108}}}
     109
     11011. 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{{{
     112docker 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}}}