This topic describes how to delete a standard account from an ApsaraDB RDS for MySQL instance by using the ApsaraDB RDS console or an SQL statement.
Delete an account in the ApsaraDB RDS console
- Go to the Instances page. In the top navigation bar, select the region in which the RDS instance resides. Then, find the RDS instance and click the ID of the instance.
In the left-side navigation pane, click Accounts.
Find the account that you want to delete, and click Delete in the Actions column.
In the message that appears, click OK.
Delete a standard account by using SQL statements
This function is supported only for specific RDS instance configurations.
Use DMS to log on to an RDS instance. For more information, see Use DMS to log on to an RDS instance.
In the top navigation bar, choose
.Execute the following statement:
DROP USER 'username';
Click Execute.
Related operations
Operation | Description |
Delete an account |