I've set up SQLyog previously and managed to use it to connect to a local instance of MySQL running on my development machine. Now that I've got hosting, I'm transferring the MySQL database to the web host, and trying to use SQLyog to connect to that external machine.
The host IP address is 87.117.200.71, but when I try to connect, I get a 1045 error suggesting that access is denied for user 'myuser'@'ip-81-117-200-71.cust.homechoice.net'. Homechoice is my ISP, but I can't see how / why they are appearing as part of this SQLyog connection here. I suspect that the automatic additon of this information is causing the connection to fail.
Any suggestions?
Thanks
Chris