0

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?

1 Answers1

2

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

Flimzy
  • 2,454
  • 18
  • 26