首次启动SonarQube 5.5时,我们在MySQL中创建表时会收到以下错误。我看到也许可以解决这个问题,使用BINLOG_FORMAT = MIXED。这是一个要求吗?谢谢。
ActiveRecord::JDBCError: 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.:
INSERT INTO schema_migrations (version) VALUES ('710')
答案 0 :(得分:0)
我想复制模式已启用,binary_log必须与基于行的复制(行或混合)兼容。