Skip to content

Commit 2e905cb

Browse files
committed
Updated README.md
1 parent a9a4af0 commit 2e905cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,13 @@ The folder "data" contains folders to hold data for master and slave nodes.
4444
The folder "docker" contains the docker container configuation files
4545

4646
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

Comments
 (0)