ERROR 1130: Host is not allowed to connect to this MySQL

#mysql -h 192.168.1.8 -u root -p
Enter password:
ERROR 1130: Host '192.168.1.4' is not allowed to connect to this MySQL server
$ telnet 192.168.1.8 3306
host 192.168.1.4 is not allowed to connect to this mysql server

My SQl Error Message

Post a Comment

0 Comments