SQL ManualSQL ReferenceAccount ManagementDROP-USEROn this pageDROP-USERDROP-USERβNameβDROP USERDescriptionβ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, USERBest Practiceβ