DROP USER statement removes one or more MySQL accounts.
CREATE USER privilege or the DELETE privilege for the mysql database are required to use it.
DROP USER syntax is simple.
DROP USER user;
DROP USER does not automatically close any open user sessions.
How do I limit account resources?
© 2007 John Michael Pierobon