MySQL Forums
Forum List  »  Replication

Re: Mirroring 2 servers in different locations
Posted by: Mike Kruckenberg
Date: April 11, 2006 02:45PM

Rick,

MySQL does not offficially support multi-master replication where you can write to multiple machines (it's rumored to be coming in 5.2, or beyond). There are folks who have attempted to build workarounds to this by architecting their databases in a way that MySQL's problems with multi-master replication are avoided. If you have your data segragated between the two different sites you might be able to pull it off.

I can recommend Zawodny's book, High Performance MySQL, which goes into detail about multi-master replication and how to organize your data so it works: http://www.oreilly.com/catalog/hpmysql/

MySQL does have a cluster, but you're right that if you don't have good interconnects that probably won't be much good to you.

Mike Kruckenberg
Co-author of Pro MySQL (Apress)
http://mike.kruckenberg.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Mirroring 2 servers in different locations
7787
April 11, 2006 02:45PM


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.