I have two MySQL servers (A and B) running on separate machines. I want to replicate database X on A to B. B is still master for other databases. How do I set this up so that B is only slaved for X but master for the others? I currently have A configured to only replicate-do-dbs=x
.
↧
MySQL set one db in server to slave
↧