mysql master-master setup as a way to simply master-slave promotion
- by Chris Go
I'm trying to see if the following plan is viable. Goal here is to be able to do HA (uptime) and not necessarily for load -- writes are fine on one MySQL 5.5 server (with innodb) but not really possible when the database is down.
Currently, I have a master-slave replication setup which works fine except it doesn't have automatic promotion…