MySQL Forums
Forum List  »  Replication

Re: Replication
Posted by: Rick James
Date: December 21, 2012 02:52PM

What do you mean?
Do you already have binlog/relay-do/ignore statements in my.cnf on the Master/Slave?

If you are currently replication db1 and you have no binlog-do/ignore statements, add this to the Master's my.cnf:
binlog-ignore-db = db1
You will need to restart mysqld on the Master. (This takes a few seconds.)

If you are not replicating db1 (eg, because you already have a binlog/replay-ignore-db), it is more complicated since there is nothing to automatically establish db1 on the Slave.

Please elaborate on your details.

Options: ReplyQuote


Subject
Views
Written By
Posted
1465
December 17, 2012 06:03AM
Re: Replication
774
December 21, 2012 02:52PM


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.