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
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