docker-mysql-master-slave icon indicating copy to clipboard operation
docker-mysql-master-slave copied to clipboard

Docker MySQL master-slave replication

Results 9 docker-mysql-master-slave issues
Sort by recently updated
recently updated
newest added

i tried it and got a failure. In short, i can't even start the master with your config file. do you have an advice to make it run with mysql...

Migrated `log_bin` and `replay-log` from `/var/log/mysql` to `/var/lib/mysql` as `mysql:5.7` doesn't contain the `/var/log/mysql` folder. reference: https://stackoverflow.com/questions/26648821/how-can-i-enable-mysql-binary-logging-using-the-official-docker-image

Hi, I had a situation. Printf Error logs when run build.sh. --------------- Creating mysql_master ... done Creating mysql_slave ... done ERROR 2002 (HY000): Can't connect to local MySQL server through...

branch: [mysql5.7](https://github.com/vbabak/docker-mysql-master-slave/tree/mysql5.7) fails to start with following error message on both Apple Silicon and Ubuntu x86 with the following error: ``` 2022-08-27T16:02:22.952406Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is...

branch: [mysql5.7](https://github.com/vbabak/docker-mysql-master-slave/tree/mysql5.7) fails to start on Apple silicon as the image doesn't support arm architecture. ``` [+] Running 0/2 ⠇ mysql_slave Pulling 4.8s ⠿ mysql_master Error 4.8s no matching manifest...

How to config when master an slave not in same server? Thanks in advance.