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; |
Last Article: Checking Whether the Destination Database Has a Read Replica
Next Article: Checking Whether the Source Database Is Empty
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.