Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 394 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 394 Bytes

docker-mysql-master-slave

Docker setup of 2 MySQL servers - one master and one slave (replication)

Build and run:

git clone https://github.com/tegansnyder/docker-mysql-master-slave.git
cd docker-mysql-master-slave
sudo docker build -t docker-mysql .
sudo setup.sh

MySQL credentials are: root / root. MySQL credentials are: replication / password.