MySQL Forums
Forum List  »  Replication

Re: is it possible replicate with mysql5..5
Posted by: Rick James
Date: July 01, 2011 11:08PM

MySQL has had Replication for over a decade.
MySQL does not have truly automated failover. But it comes close.
"Dual Master, single writer" is what you have described. Each server is both a Master for the other, and a Slave to the other. But writes go to only one server until you explicitly stop writes to it and promote the other one to receive writes.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: is it possible replicate with mysql5..5
1008
July 01, 2011 11:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.