0
votes
How do I create a new Ruby on Rails application using MySQL instead of SQLite?
giancarlo -- remember this Q&A when you upgrade from Rails 2.0 to Rails 2.0.2 -- that was the version where SQLite became the default database for a new application instead of MySQL.
Pl …
