I was using SQLite for my Rails project but when I heard that Heroku doesn\'t support SQLite, I switched to MYSQL.
After switching my database, I started my rails se
In step 3 above I had to use an extra pair of '-' and no quotes around the path.
gem install mysql2 -- --with-mysql-dir=C:\mysql-connector-dir
I'm using Win 7