DROP USERdescriptionexamplekeywordDROP USERdescriptionSyntax: DROP USER 'user_identity'`user_identity`: user@'host' user@['domain']删除指定的 user identitiy.example 删除用户 jack@’192.%’ DROP USER ‘jack’@’192.%’ keywordDROP, USER