Help Center/
Data Replication Service/
Troubleshooting/
Solutions to Failed Check Items/
Database Parameters/
Checking Whether the binlog_row_image Value is FULL
Updated on 2024-09-25 GMT+08:00
Checking Whether the binlog_row_image Value is FULL
During MySQL migration and synchronization, the binlog_row_image parameter of the source database must be set to FULL. Otherwise, the migration fails.
Failure Cause
The binlog_row_image value of the source database is not FULL.
Handling Suggestion
- If the source database is an RDS DB instance on the cloud, change the value of binlog_row_image to FULL on the RDS console, and then restart the source database.
- If the source database is an on-premises database, perform the following steps:
- Log in to the server where the MySQL source database is located.
- Manually change the value of binlog_row_image in the my.cnf configuration file to FULL and save the file.
binlog_row_image=full
- To ensure a successful task, restart the source database during off-peak hours.
Parent topic: Database Parameters
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot