Linked by Thom Holwerda on Sun 8th Oct 2006 11:55 UTC, submitted by falko
Databases "This tutorial describes how to set up MySQL master-master replication. We need to replicate MySQL servers to achieve high-availability. In my case I need two masters that are synchronized with each other so that if one of them drops down, other could take over and no data is lost. Similarly when the first one goes up again, it will still be used as slave for the live one. Here is a basic step by step tutorial, that will cover the mysql master and slave replication and also will describe the mysql master and master replication."
E-mail Print r 5   2 Comment(s)
Order by: Score:
watch out for self-generated keys
by mariuz (1.27) on Sun 8th Oct 2006 15:44 UTC
mariuz
Member since:
2006-02-21
Fans: 0

Here they describe how to manage multimaster replication
auto_inc key issues

http://www.onlamp.com/pub/a/onlamp/2006/04/20/advanced-mysql-replic...

RE: watch out for self-generated keys
by arbour42 (2.2) on Sun 8th Oct 2006 16:52 UTC in reply to "watch out for self-generated keys"
arbour42 Member since:
2005-07-06
Fans: 0

thanks, that's an excellent article