How to mySQL replication Master to Master
Wednesday, July 14th, 2010 207 viewsWhen you have a MySQL database and want to spread the data reads and writes across multiple servers, you can setup master-master replication. What this does is in almost-realtime copy all commands from each server to the other, each acting as both a Master and Slave server. This is NOT a good system for backups, [...]

