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.
Asked
Active
Viewed 153 times
0
-
1perhaps 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
-
possible duplicate of [MySQL master-master-replication as master for master-slave-replication](http://serverfault.com/questions/161741/mysql-master-master-replication-as-master-for-master-slave-replication) – Warner Aug 19 '10 at 18:13
1 Answers
0
Read this tread and this article.
A possible trick is federated storage engine, but is not good as replication.

lg.
- 4,649
- 3
- 21
- 20