How to convert master-slave to master-master replication in MySQL
Recently, I have worked on one of this case where customer wanted to convert master-slave to master-master replication. They wanted to write on one master and keep another master as a hotspare. Many people are using this kind of environment with MySQL replication. I would like to explain here in very simple steps that how…