Duplicate binlog-do-db entry — SolutionAt the November MySQL User Group, Patrick Galbraith ran into a problem where binlog-do-db was duplicated. It manifests itself like this: master my.cnf: slave my.cnf: Relevant show slave status output Replicate_Do_DB: db1;,db1; When db1 is modified on master, Read_Master_Log_Pos and Relay_Log_Pos do |
Follow me on:SearchNavigation |
Blog Doesn't Contain the Solution
Is it me or I cannot read the entire blog? Did you ever find out the solution to this problem?
Just an update....
Just reading through some (really) old to-do list items. The solution here is to upgrade, because it was a bug that is fixed in future versions of MySQL.