DROP USER
用于删除用户。
语法
DROP USER [if exists] user [, [if exists] user] ...
注意事项
通过DROP USER
删除用户时,您需要拥有CREATE_USER
权限。
示例
DROP USER account_2;
DROP USER
用于删除用户。
DROP USER [if exists] user [, [if exists] user] ...
通过DROP USER
删除用户时,您需要拥有CREATE_USER
权限。
DROP USER account_2;