So, recent mysql server allows three types of replication mode: STATEMENT, ROW, MIXED. They all have pros/cons, and I pick the mode according to site characteristics.

When I get a replication error I sometimes need to examine the binlog files using mysqlbinlog, so I tend to use MIXED mode. ROW based replication doesn't let you see it because contents is not very readable. I'm thinking MIXED mode is 'best of both worlds'.

I haven't yet seen a lot of discussion regarding MIXED mode, much less drawbacks of using it. Can someone tell me few reasons to be cautious?

有帮助吗?

解决方案

Here are some disadvantages

许可以下: CC-BY-SA归因
不隶属于 dba.stackexchange
scroll top