Re: [Rails] rake:db using mysql3

2014-09-03 Thread Jason Fleetwood-Boldt
Yea sorry I'm not really familiar with MySQL on Windows. Probably a good idea to get really solid with that first (maybe there's a beginner tutorial for?), can't help you there. On Sep 3, 2014, at 12:37 PM, Hassan Schroeder wrote: > Uh, well. Why do you care about that if you're not using

Re: [Rails] rake:db using mysql3

2014-09-03 Thread Jason Fleetwood-Boldt
The "2" or "3" after the gem refers to the version of the mysql rails adapter (the gem), not the version of MySQL What does your Gemfile actually say ? also it might be that you're on Windows, in which case you may have special considerations building & compiling that Gem and/or MySQL (beyon

[Rails] rake:db using mysql3

2014-09-03 Thread Mohammed Rashid
Hi, I have created a new app using "rails new biller -d mysql" command and when I run "rake db:create", it shows me an error saying "Could not find gem 'mysql2 (>=0) x86-mingw32' in the gems available on this machine." I have also noticed that I cannot run "rails s" also as it shows the same erro