Mine is a simple MySQL Master-Slave setup, with --binlog-do-db
option as discussed in this article.
As per the documentation, logs are written for DDL statements for all databases irrespective of '--binlog-do-db
'.
Is there any way to stop this??