Changes between Version 6 and Version 7 of GROUPReplicate


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUPReplicate

    v6 v7  
    7777+----------------+
    7878}}}
     79
     808. Check on node2, node3 to see that data had been replicated to node2, node3
     81{{{
     82root@n2:/home/ubuntu# docker exec -it 39 mysql -uroot -pmypass    -e "use TEST; show tables;"
     83mysql: [Warning] Using a password on the command line interface can be insecure.
     84+----------------+
     85| Tables_in_TEST |
     86+----------------+
     87| t1             |
     88+----------------+
     89root@n2:/home/ubuntu#
     90}}}