20th Jul, 2007

host is not allowed to connect to this MySQL Server

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;

Leave a response

Your response:

Categories and Tags

Advertising