Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 287 Bytes

File metadata and controls

13 lines (11 loc) · 287 Bytes

DROP USER Statement

DROP USER user [, user] ...

For example:

DROP USER 'jeffrey'@'localhost';

The host name part of the account name, if omitted, defaults to '%'.

References