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.
Use the console to delete a standard account
Execute an SQL statement to delete an standard account
This function is supported only for specific RDS instance configurations.
- Use Data Management (DMS) to log on to the RDS instance. For more information, see Use DMS to log on to an ApsaraDB for RDS instance.
- In the top navigation bar, choose .
- Execute the following statement:
DROP USER 'username'@'localhost';
- Click Execute.
Related operations
Operation | Description |
---|---|
DeleteAccount | Deletes an account from an ApsaraDB RDS instance. |