Checking Whether the Destination Database Is Connected
MySQL Migration
Check Item |
Whether the destination database is connected |
---|---|
Description |
Check the connectivity and accuracy of the IP address, port number, username, and password of the destination database. |
Failure Cause and Handling Suggestion |
Failure cause: The connection fails. |
Failure cause: Incorrect username or password Handling suggestion: Check whether the input username and password for the connection test are correct. |
|
Failure cause: The database account does not allow remote connections. Handling suggestion: Run the following command to create a user that allows remote connections. After the migration, delete this user. CREATE USER 'Account' @ '%' IDENTIFIED BY 'Password' |
|
Failure cause: The database is unavailable. Handling suggestion: Contact technical support. |
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