MySQL Forums
Forum List  »  Ruby

Re: old MySQL versions (before 4.1.15) + Ruby?
Posted by: Jim Winstead
Date: October 05, 2006 05:24PM

Both Ruby/MySQL and MySQL/Ruby should be able to connect to pre-4.1 versions of MySQL just fine (unless you go back to a really old version, like 3.22.x). The original distribution of Ruby/MySQL can't connect to 4.1 or later versions unless old-style password hashes are used (see http://dev.mysql.com/doc/refman/5.1/en/old-client.html), but the latest version from the Ruby on Rails source repository can handle both old- and new-style password hashes.

Jim Winstead
MySQL/Sun

Options: ReplyQuote


Subject
Written By
Posted
Re: old MySQL versions (before 4.1.15) + Ruby?
October 05, 2006 05:24PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.