I am trying to implement a master-master replication between 3 MySQL Databases running on 3 different servers.
I implemented master-master replication for 2 servers, but can't figure out how can I implement if for 3 different MySQL Servers.
Does anyone know how to accomplish this?