By default, MySQL does not allow remote clients to connect to the MySQL database.
If you try to connect to a remote MySQL database from your client system, you will get “ERROR 1130: Host is not allowed to connect to this MySQL server” message as shown below.
$ mysql -h 192.168.1.8 -u root -p
Enter password:
ERROR 1130: Host [...] Read More: How to Allow MySQL Client to Connect to Remote MySQL serverCopyright © The Geek Stuff. All Rights Reserved. Support us when you shop at amazon. Thank You!Get your copy of Vim 101 Hacks eBook.Linux 101 Hacks eBook Password: linux-is-wonderful




