Checking Whether GTID Is Enabled for the Source Database
MySQL
Check Item |
Whether GTID is enabled for the source database |
---|---|
Description |
During disaster recovery, GTID should be enabled for the source database. Otherwise, the migration fails. |
Item to Be Confirmed and Handling Suggestion |
Failure cause: GTID is disabled for the source database Handling suggestion: In the configuration file of the source database, set parameters as followings. Then, restart the source database for the modifications to take effect. Parameters to be configured: gtid_mode = on; log_slave_updates = true; enforce_gtid_consistency = on; |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.