I need to create multi-muster replication using 4 MySQL servers. After research, I found 2 way to do this:
1) Ring connection. ... Server_1 -> Server_2 -> Server_3 -> Server_4 -> Server_1 ...
2) Using Tungsten Replicator. http://code.google.com/p/tungsten-replicator/wiki/TRCMultiMasterInstallation#Install_a_four_masters_replication
Anyone used them in production mode? Which way is better? Perhaps there are other ways to create MySQL multi-muster replication?
Thanks for advice!
Depending on your requirements, MySQL cluster may a solution for you - http://www.mysql.com/products/cluster/