I set up Rails from scratch using the methods on: http://rubyonrails.org/download
and also: gem install sqlite3-ruby download sqlite3.dll into c:\ruby\bin change config/database.yml adapter lines for dev, test, prod all to sqlite3 so sqlite3 can be used now... but what if i also installed MySQL on c:\Program Files Is there an easy way to make Rails work with MySQL? if i use gem install mysql there will be lots of errors saying No definition for next_result ... -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

