Cannot execute statement: impossible to write to binary log since statement is in row format and ...
Last_Error: Error executing row event: 'Cannot execute statement: impossible to write to binary log since statement is in row format and BINLOG_FORMAT = STATEMENT.'
解决:
vim /etc/my.cnf
# 将此处改为MIXED
# binlog_format=STATEMENT
binlog_format=MIXED