Hi, I found this article http://www.howtoforge.com/mysql_master_master_replication describing Master Master replication, would that apply for N servers ? I am looking for a solution to sync a set of 10 tables in 2 or more servers, all have the exact structure, any suggestions? Thanks Nadav.
If you want to use more than two servers, take a look here: http://www.howtoforge.com/setting-u...ion-on-four-nodes-with-mysql-5-on-debian-etch It's for four nodes, but it should give you the idea.
Multi node solution Thanks. can I assume the 4 node solution is a N node one as well? Any other alternative tackeling this issue? (master-master....-master replpication) Thanks Nadav.