active-active
Active/active fail over cluster with MySQL Replication
Submitted by Shinguz on Fri, 2008-09-05 16:00Electing a slave as new master and aligning the other slaves to the new master
In a simple MySQL Replication set-up you have high-availability (HA) on the read side (r). But for the master which covers all the writes (w) and the time critical read (rt) there is no HA implemented. For some situations this can be OK.
