MySQL Forums
Forum List  »  Replication

Re: Unable to add database to slave
Posted by: Jørn Dahl-Stamnes
Date: May 12, 2019 11:54PM

The master is logging everything except for local databases:

+------------------+----------+--------------+-----------------------------+
| File | Position | Binlog_Do_DB | Binlog_Ignore_DB |
+------------------+----------+--------------+-----------------------------+
| mysql-bin.013590 | 51468804 | | mysql,phpmyadmin,test,test3 |
+------------------+----------+--------------+-----------------------------+

And I have checked the binlog - I find SQL commands in it related to the new database that the slave is refusing to add.

But even if the config om the master is wrong, should not the new database appear in the output from "show slave status\G"?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Unable to add database to slave
300
May 12, 2019 11:54PM


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.