Is it possible to setup replication for database_A from master_A and database_B from master_B server? It looks like I can only set one master-host in MySQL configuration file. Thanks in advance.

link|improve this question
perhaps you want to reformulate your question a little bit, so you want your database master server to replicate to 2 database slave servers ? – Prix Aug 19 '10 at 11:19
feedback

1 Answer

Read this tread and this article.

A possible trick is federated storage engine, but is not good as replication.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown