Checking Whether the Destination Database Is Read-Only
MySQL Migration, Synchronization, and Backward DR
Check Item |
Whether the destination database is read-only |
---|---|
Description |
The destination database is read-only, and data cannot be written to the destination database. |
Failure Cause and Handling Suggestion |
Failure cause: The destination database is read-only. Handling suggestion: Run the following commands to change the destination database to read/write and then, restart the database. Sample commands: set global read_only=0; set global super_read_only=0; |
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.
For any further questions, feel free to contact us through the chatbot.
Chatbot