MySQL Forums
Forum List  »  MySQL Administrator

Re: Error Nr 1130 Host not allowed to connect to this mysql server
Posted by: Munisamy J
Date: January 29, 2008 05:14AM

hi,

I created one user with all privileges in remote server
now it is working fine.
{soln for remote connect}
ex :
grant all privileges on *.* to 'admin'@'%' identified by 'password';


now u can try

mysql -h remote-ip -u admin -p



Edited 1 time(s). Last edit at 01/29/2008 10:20PM by Munisamy J.

Options: ReplyQuote


Subject
Written By
Posted
Re: Error Nr 1130 Host not allowed to connect to this mysql server
January 29, 2008 05:14AM


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.