Skip to content

For help, click the link below to get free database assistance or contact our experts for personalized support.

Advisor check: MySQL check binary log sync status

Description

If the binary log synchronization to disk is disabled, the operating system flushes the binary log to disk as it does any other file. If the operating system crashes, or experiences a power failure, committed transactions may not be synchronized with the binary log.

For more information, see the MySQL documentation and Percona blog posts on the topic.

Resolution

Consider changing SET GLOBAL sync_binlog=1.

Need more support from Percona?

Subscribe to Percona Platform to get database support with guaranteed SLAs or proactive database management services from the Percona team.

Learn more