An open API service indexing awesome lists of open source software.

https://github.com/cuongnb14/mysql-replication


https://github.com/cuongnb14/mysql-replication

Last synced: 7 months ago
JSON representation

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