Here's my mysql cluster setup
All nodes have a database db with following tables
table1
table2
table3
NODE1 gets table2 from NODE2, table3 FROM NODE3
NODE2 gets table1 from NODE1
NODE3 gets table1 from NODE1
Is this possible with mysql replication?
Can a slave have multiple masters?– Gunjan Mar 4 '11 at 15:57