DROP USER 'jeffrey'@'localhost';
REVOKE ALL PRIVILEGES ON database_name.* FROM 'username'@'host'; OR DROP USER 'username'@'host';
DROP USER IF EXISTS 'user'@'127.0.0.1' ;
DROP USER 'jeffrey'@'localhost'; FOR DELETING USER