Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at .
[日期]:2019/07/24 [瀏覽人數]:617
參考:https://javawangbaofeng.iteye.com/blog/2243306
可以執行
SET SESSION binlog_format = 'ROW';
SET GLOBAL binlog_format = 'ROW';
或更改my.cnf
加入
binlog_format = row
重啟MYSQL(或mariaDB)