diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/configs/database.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/railties/configs/database.yml b/railties/configs/database.yml index c9c8316dcb..e8977ea352 100644 --- a/railties/configs/database.yml +++ b/railties/configs/database.yml @@ -3,8 +3,10 @@ development: database: rails_development host: localhost username: root - password: - + password: + # With the MySQL adapter on localhost, it defaults to /tmp/mysql.sock + # socket: /var/run/mysqld/mysqld.sock + # 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. |