MySQL Forums
Forum List  »  Replication

Re: Adding Multiple Databases to Replication
Posted by: Rick James
Date: January 14, 2013 08:33PM

Is there a question here?

binlog-do and replication-do are redundant. Each says "replicate everything but...".

The default (no binlog-... or replicate-...) is to replicate everything.

If the databases existed _before_ you established that they should be replicated (either by default or explicit), then nothing exists to do the CREATE DATABASE (CREATE TABLE, INSERT, etc) on the Slave.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Adding Multiple Databases to Replication
1108
January 14, 2013 08:33PM


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.