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

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

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

Hi @tegansnyder, This configuration will make master to master ( That mean if I write something on mysqlmaster I'll find it on mysqlslave; and if I write something on mysqlslave...