I'm getting a problem while connecting to mysql database from remote host on linux environment. I'm also able to ping mysql server machine and i'm trying to login using below command:
mysql -u root -s -h ip_address_of_t he_mysql_server (in my case the ipaddress is 192.168.24.2-local network ipaddress)
IT is giving below error:
ERROR 1130 (00000): Host '192.168.24.202 ' is not allowed to connect to this MySQL server..
Pls give the solution, if any body have an idea for the same.
Thanks & Regards,
Ajay Patil
mysql -u root -s -h ip_address_of_t he_mysql_server (in my case the ipaddress is 192.168.24.2-local network ipaddress)
IT is giving below error:
ERROR 1130 (00000): Host '192.168.24.202 ' is not allowed to connect to this MySQL server..
Pls give the solution, if any body have an idea for the same.
Thanks & Regards,
Ajay Patil
Comment