PDA

View Full Version : problem with mysql 4.1.7



roelp
09-23-2005, 09:14 AM
Hello

I'm having some problem with mysql 4.1.7

Whenever i create a new DB with DA, and i try to login it gives me an authentication failure.

I know that has to do with the new hashing algoritm, but what is the best way to fix it?

Right now I can update the password using:
mysql> SET PASSWORD FOR
-> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');

but isn't it possible to let DA create the correct hash?

any help is appreciated

roelp
09-26-2005, 12:27 AM
anyone who can help me with this problem?