Changes between Version 6 and Version 7 of GROUPReplicate
- Timestamp:
- 06/11/22 02:41:26 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUPReplicate
v6 v7 77 77 +----------------+ 78 78 }}} 79 80 8. Check on node2, node3 to see that data had been replicated to node2, node3 81 {{{ 82 root@n2:/home/ubuntu# docker exec -it 39 mysql -uroot -pmypass -e "use TEST; show tables;" 83 mysql: [Warning] Using a password on the command line interface can be insecure. 84 +----------------+ 85 | Tables_in_TEST | 86 +----------------+ 87 | t1 | 88 +----------------+ 89 root@n2:/home/ubuntu# 90 }}}