I have installed and configured mySQL with WAMP server in a separate dedicated server for our Bug tracking Application. (eg.IP of the server 10.11.1.111)
I m trying to connect to the mySQL DB remotely from my local PC, but I m not able to connect.
Getting the following error,
ERROR 2003 (HY000): Can't connect to MySQL server on '10.11.1.111' (10060).
I ve tried creating a user from the IP I am going to connect
grant all on *.* to 'adminuser'@'10.22.2.222' identified by
'testadmin';
(adminuser@10.22.2.222) and able to see the user in the user and previleges column. But still unable to connect remotely.