Caused by: java.sql.BatchUpdateException: Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging. InnoDB is limited to row-logging when transaction isolation level is READ COMMITTED or READ UNCOMMITTED

解决办法:

binlog_format=mixed

相关文章:

  • 2021-07-21
  • 2022-01-20
  • 2022-12-23
  • 2021-08-01
  • 2021-07-19
  • 2022-01-31
猜你喜欢
  • 2021-12-27
  • 2022-02-06
  • 2022-01-29
  • 2021-09-20
  • 2021-11-12
  • 2022-12-23
相关资源
相似解决方案