https://github.com/cuongnb14/mysql-replication
https://github.com/cuongnb14/mysql-replication
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cuongnb14/mysql-replication
- Owner: cuongnb14
- Created: 2017-11-09T10:18:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T03:41:03.000Z (over 7 years ago)
- Last Synced: 2025-01-13T10:51:54.407Z (9 months ago)
- Language: Makefile
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mysql-replication
## Master-Master
Config Replication with master-master architecture.
This config for only new database (name `demo`) (just initialized) without config MASTER_LOG_FILE and MASTER_LOG_POS (not need).
Start:
`cd master-master && make up`
Then 2 database `demo` of 2 mysql container will be replicated.
## Master-Slave
TODO