MySQL Forums
Forum List  »  MySQL Administrator

Re: Error Nr 1130 Host not allowed to connect to this mysql server
Posted by: Spyros Papantoniou
Date: November 24, 2005 09:48AM

Check the user table on the mysql database. The user, & host muste be correcty set. Also Rembember firewalls should be open!

mysql> grant all prvileges on *.* to <userName>@<hostName> identified by 'passwrd' was the thing that fixed my problem. Then I had to make sure both firewalls had the proer ports open (Argh@#).

Options: ReplyQuote


Subject
Written By
Posted
Re: Error Nr 1130 Host not allowed to connect to this mysql server
November 24, 2005 09:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.