To make a Rails application with MySQL, I do the following:
rails new application -database=mysql
That doesn't work though, instead it gives my SQLite. I don't want SQLite, I want MySQL.
How can I solve this?
To make a Rails application with MySQL, I do the following:
rails new application -database=mysql
That doesn't work though, instead it gives my SQLite. I don't want SQLite, I want MySQL.
How can I solve this?