dadeyoo

Registered
Jul 8, 2003
4
0
151
I have usernames in cpanel in mysql and No accounts and i can not delete them
So where are the usernames stored at so i can ssh in and delete them I have look for them but cant find them

Thanks

Frank

cPanel.net Support Ticket Number:

cPanel.net Support Ticket Number:
 

mickeymouse

Well-Known Member
Sep 16, 2003
388
0
166
Dear dadeyoo,

To remove added users in mysql,Please log into
mysql as root user and follow these steps.

mysql>show databases;
mysql>use mysql;
mysql>show tables;
mysql>select * from user;
mysql>DELETE FROM mysql.user WHERE user=\'username\';

This will remove the added user from the mysql database.

Regards,

cPanel.net Support Ticket Number: