Sorry, a mysql user with the name filedata already exists.

sarwhost

Member
Feb 17, 2014
13
0
1
cPanel Access Level
Root Administrator
hi
I wanted to create a new user when faced with this error
Sorry, a database user with the name USER already exists
I removed the user ssh, but still ....
/etc/group/
etc/passwd/
grep -Rl filedata /var/cpanel/databases/
/http://www.upload-pictures.de/bild.php/50682,20140217201916J1NO3.png
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Check to see if there are any entries for that username in the MySQL users table. You can check this with commands such as:
Code:
mysql
mysql > select user,host from mysql.user;
Thank you.