I would like to setup a slave/master server for high availability databases from multiple MySQL servers.
Is there a way to slave replicate only a specific database from a server instead of master/slave the whole MySQL server instance?
I would like to end up with a MySQL server that acts as a slave or master for originating databases spread across multiple servers.
So I have several MySQL servers already in place, but only replicate/slave certain high traffic databases from each of those servers to a heavy duty MySQL server.
Thanks,
Chuck