Help Center/
Relational Database Service/
Troubleshooting/
RDS for MySQL/
SQL Issues/
RENAME USER Execution Failure
Updated on 2023-03-06 GMT+08:00
RENAME USER Execution Failure
Scenario
The execution of the RENAME USER statement failed.
The failure may occur in MySQL-5.6.41.5.
Fault Analysis
The username does not exist but the memory indicates that it actually does.
Solution
Perform the following statements:
drop user 'xxx'@'%'; flush privileges;
Parent topic: SQL Issues
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.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot