hmaddy

Well-Known Member
May 6, 2020
382
39
28
Chennai
cPanel Access Level
Root Administrator
cpanel restoration error

Warning (“MysqlBase::_do_cpanel_mysql_with_newuser_privs”, line 599): Error from MySQL query :(XID s48fmk) The system received an error from the “MySQL” database “mysql”: 1410 (You are not allowed to create a user with GRANT):
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,557
2,610
363
cPanel Access Level
Root Administrator
Hey there! This often happens because of the validate password plugin being enabled in MySQL. Can you try running this from Bash to see if that changes the behavior?

Code:
mysql -e "uninstall plugin validate_password;"