MySQLv5下错误Slave running with --log-slave-updates must use row-based binary logging

MySQLv5(for linux)下执行存储过程报如下SQL exception:

Slave running with --log-slave-updates must use row-based binary logging

 

可通过执行以下语句解决:

SET GLOBAL binlog_format = 2

 

参考:

http://www.qijoo.com/FAPM/mysql/5.1/MySQL_51_en/ch06s03.html

你可能感兴趣的:(sql,exception,linux,存储,logging)