Checking Whether the Source Database Binlog Is Enabled
Check whether Binlog is enabled for the source database. During an incremental MySQL migration, Binlog of the source database must be enabled.
Failure Cause
Binlog is not enabled for the source database.
Handling Suggestion
- If the source is an on-premises MySQL database, perform the following operations to enable Binlog.
- If the source is an RDS for MySQL DB instance, Binlog is enabled by default and no additional configuration is required. binlog_format is set to row..
- If the source is a TiDB database, add enable=true under [binlog] in the database configuration file and restart the database to apply the settings.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.