I'm trying to access a MySQL database on my test box via MyODBC. This box is on a different network (192.168.100.1, internal; 192.168.0.2, external) from my production server (192.168.0.1, internal). I set it up this way to emulate access to the test box from the outside world.
However, although I have set up the MySQL user to access from any host ("%"), I am unable to connect from my PC (192.168.0.65). I am able to connect successfully to a db on the production box.
I'm obviously missing something, but I can't work out what. Can anyone help?
Thanks,
Des Dougan