To Solve this error, you have to update the
mysql.user table.
GRANT ALL PRIVILEGES ON [dbname].* to ‘[user]‘@’[hostname]‘
identified by ‘[password]‘
Check whether it updated the privileges.
mysql> select Host, User, Password from
user;
Jul 20th, 2007 by L J Arthur Neil
To Solve this error, you have to update the
mysql.user table.
GRANT ALL PRIVILEGES ON [dbname].* to ‘[user]‘@’[hostname]‘
identified by ‘[password]‘
Check whether it updated the privileges.
mysql> select Host, User, Password from
user;