Musings about Coding, Business and other Geek Stuff Live and Direct from somewhere on the planet
January 18, 2005
Rails 0.9.4 with Mysql 4.1.1+

The other day I tried to add a password to a database for the local development mysql instance that I am using. Rails hoarked on it and I didn’t have time to investigate it further. Instead I left the user without password.

Now I updated rails to the new 0.9.4 and suddenly my rails was throwing wierd mysql permission errors.

It seems that Rails didn’t support thew 4.1.1 connection protocol very well. I then added a password and it worked. However I am not sure it should hoark when there isn’t a password present.

Update Found the bug and fixed in this patch

Posted by pelleb at January 18, 2005 02:04 AM
This entry was posted in the following Categories: Ruby
Comments

And the patch has been applied. A new release is going out today that'll include this and other minor fixes.

Posted by: David Heinemeier Hansson on January 18, 2005 05:01 AM
Post a comment
Name:


Email Address:


URL:


Comments:


Remember info?