I want to create my Rails application with MySQL, because I like it so much. How can I do that in the latest version of Rails instead of the default SQLite?
For Rails 3 you can use this command to create a new project using mysql:
$ rails new projectname -d mysql