Re: Error Nr 1130 Host not allowed to connect to this mysql server
Date: July 10, 2007 04:30AM
Hi, i solve this problem on this way.
Error Nr 1130 Host 'MYHOST_OR_IP' not allowed to connect to this mysql server
i add a new user on my phpmyadmin -> privileges
username: root (same user on odbc account)
host: 'MYHOST_OR_IP' ( the name give by error)
Database for user: none
Global privileges: check all privileges
-> Go
Now i connect to my DB over internet.
i hope help you.
Bye