now that i got this one running, i'll try to get the mswin version running. I'm new to ruby, and am struggling somewhat, but what i see i like. There was so many versions, i was lost for awhile. gem install mysql lists 4 or 5, and i had no idea what i needed. i'll keep plugging away... "Phillip Gawlowski" <cmdjackryan / googlemail.com> wrote in message news:461A667C.4040001 / gmail.com... > walter wrote: >> I got it working! I used the file ruby-mysql-0.2.6.tar.gz from >> tommy / tmtm.org. I installed the mysql.rb in the dir ruby\lib\ruby\1.8 >> >> I also had to configure mysql to use old password format using the mysql >> administrator program. >> >> The setup and install ruby programs for ruby-mysql seem to be set up for >> unix, not windows. ignore those programs and you're in > > For future reference: > http://rubyforge.org/frs/?group_id=1598&release_id=8668 > This provides a precompiled MySQL binary (which is available in the > MySQL/bin folder, too, IIRC, if you have MySQL installed). > > Or just install the Win32 variants of gems. You'll run into the same > issues with other libraries requiring C-extensions. Blame MS for that. > > Furthermore: IIRC, the password should work without problems, if your > mysql-binary is built with MySQL 5.x > > > > -- > Phillip "CynicalRyan" Gawlowski > http://cynicalryan.110mb.com/ > > Rule of Open-Source Programming #7: > > Release early, release often. Clean compilation is optional. > >