Setting Circular Replication in mysql
Monday, May 7th, 2012I have 3 MySQL servers say A,B,C. What I want to do is that I want to make all of them master as well as slave.If there is update on any of the MySQL Servers it should be replicated to all of the Servers. I have studied about the circular replication and found it can [...]