I am trying to connect from a windows machine to a Linux server with MySQL on it. I am able to connect using php scripts, and with phpmyadmin. When I use SQLyog, I get a message…
Host 'XYZ.com' is not allowed to connect to this MySQL server
I am using the default port for MySQL, 3306.
Please tell me what I am doing wrong??
Thank you