ReferenceSQL StatementsAccount ManagementDROP USEROn this pageDROP USERDROP-USERβ Nameβ DROP USER Descriptionβ Delete a user DROP USER 'user_identity' `user_identity`: user@'host' user@['domain'] Delete the specified user identitiy. Exampleβ Delete user jack@'192.%' DROP USER 'jack'@'192.%' Keywordsβ DROP, USER