Deleting left over Mysql users from your server .

Status
Not open for further replies.

WebMonster

Active Member
244
2011
32
0
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 '[COLOR=Red]username[/COLOR]'@'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
 
Status
Not open for further replies.
Back
Top