Hi

Multi-master replication is safely possible with MySQL 5.0 when they introduced auto_increment_increment and auto_increment_offset variables. Before this it was possible to run into problems with auto increment columns generating non-unique numbers between servers. Try the following link for more info:

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

hope this helps

Adrian

Cabbar Duzayak wrote:
Hi All,

Would it be possible to provide some advanced pointers
(articles/books/tutorials/sites) for learning more about replication?

I am particularly interested in master-to-master replication (not even
sure if this is possible with mysql) and/or real-world usage
scenarios/examples as to how much load it can handle, how reliable it
is, etc?

Any help is appreciated.

Thank you.


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to