your environment/database.yml should look like it :
development:
adapter: mysql
encoding: utf8
database: mydb_development
username: my_username
password: my_password
host: localhost
to preconfigure your app with mysql (or any other adapter). ah and
btw.. have a look at the other arguments of the rails command too, run
`rails --help`.