smart stuff

MySQL new style password hashing
14 Nov 05 - http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/Ruby/Rails/RailsMySQL5.rdoc
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');