I'm trying to connect to my server using the external IP Address... This works from an external machine but not from the machine which is running mysql.
This is annoying as I would like to use the same config file on the mysql server as other servers.
Is there a way to connect to mysql using either localhost or the external IP on the mysql host machine?
Thxs.