mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Include suggestion for using different socket #1951 [NVRS]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2272 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
7f26415d3c
commit
a41619681f
1 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,8 @@ development:
|
||||||
host: localhost
|
host: localhost
|
||||||
username: root
|
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
|
# Warning: The database defined as 'test' will be erased and
|
||||||
# re-generated from your development database when you run 'rake'.
|
# re-generated from your development database when you run 'rake'.
|
||||||
|
|
Loading…
Reference in a new issue