Skip to content

Commit

Permalink
Adding MySQL username, appears to currently be needed for JRuby on Tr…
Browse files Browse the repository at this point in the history
…avis.
  • Loading branch information
norman committed Aug 15, 2011
1 parent 535c782 commit 33e6fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/databases.yml
@@ -1,7 +1,7 @@
mysql: mysql:
adapter: mysql2 adapter: mysql2
database: friendly_id_test database: friendly_id_test
username: username: root
hostname: localhost hostname: localhost
encoding: utf8 encoding: utf8


Expand All @@ -16,4 +16,4 @@ postgres:
sqlite3: sqlite3:
adapter: sqlite3 adapter: sqlite3
database: ":memory:" database: ":memory:"
encoding: utf8 encoding: utf8

0 comments on commit 33e6fc9

Please sign in to comment.