SQLyog appears to be changing the MySQL Host Address that I am entering. For the MySQL Host Address I am entering “localhost”. However, SQLyog is changing this to “localhost.localdomain” and therefore I receive this error:
Error No. 1045
Access denied for user: '[email protected]' (Using password: YES)
The MySQL permissions in the DB state that I can only connect via “localhost”, hence why I am getting the above error message.
How can I force SQLyog to actually connect via “localhost” and NOT change the hostname?
Thanks, Andrew.