Skip to content

Commit

Permalink
For development on vagrant box use mysql username root with no password
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed May 26, 2013
1 parent 55f6ca3 commit 748591d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/database.yml
@@ -1,8 +1,7 @@
development:
adapter: mysql2
database: cuttlefish_development
username: cuttlefish
password: cuttlefish
username: root
host: localhost

# Warning: The database defined as "test" will be erased and
Expand All @@ -11,8 +10,7 @@ development:
test:
adapter: mysql2
database: cuttlefish_test
username: cuttlefish
password: cuttlefish
username: root
host: localhost

production:
Expand Down

0 comments on commit 748591d

Please sign in to comment.