Approximity blog home
1 of 1 article InfoSyndicate: full/short

MySQL new style password hashing   14 Nov 05
[print link all ]
If you are using rails with a newer mysql version you get an error message when trying to connect to mysql. database.yaml includes this link.

Basically you need to enter:

 mysql> SET PASSWORD FOR
     -> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');

 

Powered by Rublog