Master master replication with MySQL
MySQL databases can be replicated using master-slave replication and also with master-master replication. There are plenty of tutorials online showing how to do master-slave but not many showing master-master replication and the most popular one I found was a little hard to follow. Therefore I’ve written this post to show how to do master-master replication with MySQL.