Yesterday i terminated an account on my server and cpanel/whm left the mysql users from that account behind .

Now this will be a problem if you want to copy that account back to your server like i did .

So i logged into Cpanel/WHM/Sql services/PHP MyAdmin/SQL

And issued the following query
Code: 
DROP USER 'username'@'localhost';
(Replace username with the name of said user ) .

There may be an easier way to do this in WHM but i could not find it , this command will also work using SSH
WebMonster Reviewed by WebMonster on . Deleting left over Mysql users from your server . Yesterday i terminated an account on my server and cpanel/whm left the mysql users from that account behind . Now this will be a problem if you want to copy that account back to your server like i did . So i logged into Cpanel/WHM/Sql services/PHP MyAdmin/SQL And issued the following query DROP USER 'username'@'localhost'; (Replace username with the name of said user ) . ;) Rating: 5