DROP USER用于删除用户。
DROP USER
DROP USER [if exists] user [, [if exists] user] ...
通过DROP USER删除用户时,您需要拥有CREATE_USER权限。
CREATE_USER
DROP USER account_2;