Changes between Initial Version and Version 1 of GROUPReplicate
- Timestamp:
- 06/11/22 02:07:12 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUPReplicate
v1 v1 1 = Group Replicate = 2 3 Ref [https://dev.mysql.com/blog-archive/setting-up-mysql-group-replication-with-mysql-docker-images/ here] 4 5 We use docker swarm 3 nodes 6 7 1. pull image to 3 docker nodes 8 {{{ 9 $ docker pull mysql/mysql-server:8.0 10 }}}