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