How to prevent bad queries from breaking replication?

Posted by nulll on Server Fault See other posts from Server Fault or by nulll
Published on 2013-07-03T10:23:20Z Indexed on 2013/07/03 11:07 UTC
Read the original article Hit count: 194

Filed under:
|

For my personal experience, mysql replication is fragile.
I know that there area many things not to do beacuse they could break replication, but we are humans and the error could always occur.

So I was thinking... is there a way to enforce mysql replication? Something that prevents queries that are dangerous for the replication to be runt?

In other words I'm searching for something that saves replication even if I accidentally run evil queries.

© Server Fault or respective owner

Related posts about mysql

Related posts about mysql-replication