I am using SQLYog 3.71 to try to establish a connection to the test database in mySQL Server on my local network server. (OS = Windows Server 2003)
I'm using the following:
IP – 192.168.0.1
User – administrator
Password – myPassword
Database – test
Port 3360
MySQL on the Windows Server is a fresh installation of version 1.4
When I click to connect, I get an Alert Box popping up, with the following error message:
“Error 1130
Host pcName is not allowed to connect to the mySQL Server”
Is this a genuine mySQL issue or one with the SQLYog settings?? More to the point, how is the problem resolved?
Thanks in advance for any help on offer
Martin