Non Clustered Confluence: Database is being updated by another Confluence instance Cause: java.sql.SQLException: Cannot execute statement: impossible to write to binary log

confluence出现的bug

Non Clustered Confluence: Database is being updated by another Confluence instance. Please see http://confluence.atlassian.com/x/mwiyCg for more details.

Your server id is: BKV4-VB3Z-HHYA-1AYC

1. 在数据库中删除实例

Non Clustered Confluence: Database is being updated by another Confluence instance
Cause: java.sql.SQLException: Cannot execute statement: impossible to write to binary log

2. 会报一个数据库错误

Non Clustered Confluence: Database is being updated by another Confluence instance
Cause: java.sql.SQLException: Cannot execute statement: impossible to write to binary log

mysql>  SET GLOBAL binlog_format=MIXED;
Query OK, 0 rows affected (0.00 sec)

要想永久生效就可以在mysql配置中去选择。