MySQL Forums
Forum List  »  Replication

Re: Problem with slave filtering..
Posted by: Rick James
Date: March 19, 2014 05:31PM

binlog-do-db says to send _only_ the changes to that database (or those databases).

Note:
binlog_do_db = bar
USE foo;
INSERT INTO bar.xyz ...
will _not_ replicate. Why? Because the USE controls, not the explicit db reference in the write operation.

Options: ReplyQuote


Subject
Views
Written By
Posted
1622
March 12, 2014 11:50PM
822
March 16, 2014 11:16AM
808
March 17, 2014 10:16PM
Re: Problem with slave filtering..
762
March 19, 2014 05:31PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.