I am using mysql 5.5.27 community version with master-master replication configuration. Applications conenct to master via VIP and failover to slave if any problem with master. Now, due to some network problem few conenction don't get master and connection failover to slave while previous established conenctions with master are as it is.
Few failover conenctions make update tables on slave. This update on slave should get replicated to master as I have master-master config.
Now replication breaks. Is there anything that can be configured so that updates on either master/slave are getting replicated vice-versa.
Response would be very much helpful.
Thank you.
Few failover conenctions make update tables on slave. This update on slave should get replicated to master as I have master-master config.
Now replication breaks. Is there anything that can be configured so that updates on either master/slave are getting replicated vice-versa.
Response would be very much helpful.
Thank you.