I am trying to connect to MySql through SQLyog using a specific user that exists in the user table in mysql. If I attempt to connect through the command line it all works perfectly. So I know the username and password are correct.
I then try through SQLyog and it fails. I get the following error.
Error No. 1045
Access denied for user: 'xxx@intranet-100' (Using password:YES)
The website I am working with connects to it perfectly. So I still know that the user 'xxx' is connecting, but SQLyog will not connect. I've had it connected before with no problems, but some reason it just keeps failing.
Any suggestions??