DROP USERDescriptionexamplekeywordDROP USERDescriptionSyntax: DROP USER 'user_identity'`user_identity`: user@'host' user@['domain']Drop a specified user identity.example Delete user jack@’192.%’ DROP USER ‘jack’@’192.%’ keywordDROP, USER