Hello everyone, Hope someone can help me here:
I am using SQLyog community – MySQL GUI v10.12
When creating a new connection to a specific database I get this error message even though I am using the appropriate username/password credentials:
*********************************************************************************
Error No. 1045
Access denied for user 'user'@'172.23.150.132' (using password: YES)
*********************************************************************************
The fields I populated for my connection are as follow:
MySQL Host Address: 172.23.164.28
Username: user
Password: password
port: 3307
even though I am exclusively telling SQLyog to connect to server with IP address 172.23.164.28 the error above shows as if its trying to connect to the IP address 172.23.150.132 which is my computer's IP.
I don't have any issues connecting to other databases.
Thanks for the help.