From: Luis Lavena Date: 2009-11-22T13:19:42+09:00 Subject: Re: Using activerecord with mysql On Nov 21, 9:57 pm, Thufir wrote: > On Nov 21, 2:49 pm, Rob Mauchel wrote: > > > I found the problem! > > > activerecord 2.3.4 doesn't work with mysql 5.1. > > > Reverting back to the mysql 5.0 did the trick! > > > Thanks for trying to help nevertheless, Thufir! > > > -Rob > > -- > > Posted viahttp://www.ruby-forum.com/. > > Oh, odd.  I wouldn't think there'd be a difference between mysql 5.0 > and 5.1 which would effect AR, but I guess there is a bug of some > kind.  Makes me leery of updating my system (well, not really). > The original user having problems with MySQL was running on Windows. The MySQL/Ruby binary bindings were built against 5.0.x of MySQL, thus is going to fail when executed against 5.1.x version of MySQL. This has been documented in the release notes of the gem: http://rubyforge.org/frs/shownotes.php?group_id=1598&release_id=38245 And also several times in this mailing list. -- Luis Lavena