I just spent the better part of a day getting MySQL replication running between 2 servers. Turns out replication doesn’t play nice with custom stored procedures, and fails with this helpful error message:
Slave running with —log-slave-updates must use row-based binary
logging to be able to replicate row-based binary log events
Somehow Googling the error text didn’t turn up any useful info. Am I really the first person to run into that problem?
-
jonthornton posted this