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. 在數據庫中刪除實例
2. 會報一個數據庫錯誤
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配置中去選擇。