I currently have 2 mysql servers running, 1 as master and 1 as slave as in the mysql manual http://dev.mysql.com/doc/refman/5.0/en/replication-howto.html

master->slave

What I want to do is add a new mysql master to the current setup, so it does

master<->master->slave

Can anyone point me to any tutorials or howtos for doing it?

link|improve this question
feedback

1 Answer

What you want is essentially Circular Replication (with a very small circle).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.