Re: [Rails] Easy way to make Rails use MySQL on Windows?

2010-05-13 Thread ChenJie|抽屉
Yes, gem install mysql is needed. But, I'm not sure what do you mean lots of errors. Maybe you should post your errors here. On Thu, May 13, 2010 at 16:59, Jian Lin wrote: > I set up Rails from scratch using the methods on: > > http://rubyonrails.org/download > > and also: > > gem install sql

[Rails] Easy way to make Rails use MySQL on Windows?

2010-05-13 Thread Jian Lin
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 MySQ