June 19, 2013

Post: Why MySQL's binlog-do-db option is dangerous

… see a lot of people filtering replication with binlog-do-db, binlog-ignore-db, replicate-do-db, and replicate-ignore-db. Although there are uses for these, they… set disabled = 1 where user = “root”; You just broke replication, twice. Once, because your slave is going to execute the first…