Checking Whether the Destination Database Account Has Required Permissions to Migrate Definer
MySQL Migration
Check Item |
Checking whether the destination database account has required permissions to migrate Definer |
---|---|
Description |
To migrate Definers to the cloud, the source database user must have the all privileges permission. |
Failure Cause and Handling Suggestion |
Failure cause: The permission of the specified destination database account is insufficient. Handling suggestions: Migrate all Definers to the specified destination database account. Alternatively, do not migrate Definers to the specified destination database account and run the following command to grant the destination database account the all privileges permission. Example command: grant all privileges on *.* to 'user' @' host' |
Failure cause: The specified source database user does not have required permissions. Handling suggestion:
|
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