login problem
I have a master/slave replication pair.
I have set up mysql-proxy on a client machine, with --proxy-backend-addresses=one:3360,the-other:3360 (ip addresses).
The proxy starts up OK, listens on the configured port (3307), and answers.
When I do mysql -h localhost -P 3307 known-good-user -p=known-password , it fails with:
ERROR 1045 (28000): Access denied for user 'known-good-user'@'localhost' (using password: YES)
... and it's pretty much instant about it.
When I run mysql straight at either actual host, it succeeds fine but takes a little while to log in (I suspect due to some stupid reverse-dns issue).
Anybody have a clue stick to hit me with on this one? Thanks.
Subject
Views
Written By
Posted
login problem
3640
July 26, 2012 05:28PM
2026
July 26, 2012 05:29PM
2345
July 27, 2012 04:33AM
2174
July 27, 2012 11:30AM
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.