Skip to content

Commit

Permalink
Dont have password: optional in there
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2914 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Nov 7, 2005
1 parent e85e58f commit b69d8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/configs/database.yml
Expand Up @@ -13,7 +13,7 @@ development:
adapter: mysql
database: <%= app_name %>_development
username: root
password: optional
password:

# Connect on a domain socket.
<%= "socket: #{socket}" %>
Expand Down

0 comments on commit b69d8f1

Please sign in to comment.