2004-11-23 20:04:44 -05:00
|
|
|
development:
|
|
|
|
adapter: mysql
|
|
|
|
database: rails_development
|
|
|
|
host: localhost
|
|
|
|
username: root
|
2005-09-20 06:04:12 -04:00
|
|
|
password:
|
|
|
|
# With the MySQL adapter on localhost, it defaults to /tmp/mysql.sock
|
|
|
|
# socket: /var/run/mysqld/mysqld.sock
|
|
|
|
|
2005-07-06 00:20:08 -04:00
|
|
|
# Warning: The database defined as 'test' will be erased and
|
|
|
|
# re-generated from your development database when you run 'rake'.
|
|
|
|
# Do not set this db to the same as development or production.
|
2004-11-23 20:04:44 -05:00
|
|
|
test:
|
|
|
|
adapter: mysql
|
|
|
|
database: rails_test
|
|
|
|
host: localhost
|
|
|
|
username: root
|
|
|
|
password:
|
|
|
|
|
|
|
|
production:
|
|
|
|
adapter: mysql
|
|
|
|
database: rails_production
|
|
|
|
host: localhost
|
|
|
|
username: root
|
|
|
|
password:
|