We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a4af0 commit 2e905cbCopy full SHA for 2e905cb
README.md
@@ -44,3 +44,13 @@ The folder "data" contains folders to hold data for master and slave nodes.
44
The folder "docker" contains the docker container configuation files
45
46
The folder "scripts" contains bash script which does the real job of setup of replication between the nodes
47
+
48
49
+To run a MySQL master-slave container replication execute the command
50
+```bash start.sh master-slave```
51
52
+To run a MySQL master-master container replication execute the command
53
+```bash start.sh master-master```
54
55
+To run a MySQL slave-master-master-slave replication execute the command
56
+```bash start.sh slave-master-master-slave```
0 commit comments