DROP USER
Updated at:
Copy as MD
Deletes an account from AnalyticDB for MySQL.
Syntax
DROP USER [IF EXISTS] user [, [IF EXISTS] user] ...Usage notes
You must have the CREATE_USER permission to run DROP USER.
Example
DROP USER account_2;Is this page helpful?