SQL replication will probably be the more annoying part of it
Does MySQL allow master/master/master replication? Or would you have to go master>slaves in that case? I'm guessing you could use something like mysqlproxy to send writes back to the master and reads come off the local slave.
Francisco
Does MySQL allow master/master/master replication? Or would you have to go master>slaves in that case? I'm guessing you could use something like mysqlproxy to send writes back to the master and reads come off the local slave.
Francisco
Last edited by a moderator: