MySQL 5.5 / 5.1 + Ruby on Rails Windows install
- Details
- Parent Category: Computer
- Category: Ruby on Rails
- Published on Friday, 04 March 2011 06:38
- Written by Svend Gundestrup
1) Install Ruby on Rails
2) do "gem install mysql"
3) Install the MySQL server version of your choise
4) Don't copy the libmysql.dll from your mysql dir to your ruby/bin dir.
Copy the libmysql.dll fromĀ
http://instantrails.rubyforge.org/svn/trunk/InstantRails-win/InstantRails/mysql/bin/
to your ruby/bin dir.
5) start programming in RoR

