MySQL Forums
Forum List  »  MySQL Administrator

ERROR 1045 (28000) ERROR
Posted by: Hiro Nishi
Date: September 19, 2012 07:30PM

When I tried to access using the follwing command, it gave me the error:

% mysql -h 149.159.169.179 -u tester -p
Enter password:
ERROR 1045 (28000): Access denied for user 'tester@xtest.test.com' (using password: YES)

149.159.169.179 is a fake IP address of xtest.test.com and I logged in to this machine to start MySQL.

bind-address in the config file is set to 149.159.169.179, so I assume it should not be a problem. etc/hosts looks OK.

The version of MySQL is 5.0.77 on Linux.

I am wondering if MySQL can not interpret xtest.test.com to 149.159.169.179.

Any thought????

Options: ReplyQuote


Subject
Written By
Posted
ERROR 1045 (28000) ERROR
September 19, 2012 07:30PM
October 29, 2012 02:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.