@@ -1,10 +1,4 | |||||
1 | # MySQL (default setup). Versions 4.1 and 5.0 are recommended. |
|
1 | # MySQL (default setup). | |
2 | # |
|
|||
3 | # Get the fast C bindings: |
|
|||
4 | # gem install mysql |
|
|||
5 | # (on OS X: gem install mysql -- --include=/usr/local/lib) |
|
|||
6 | # And be sure to use new-style password hashing: |
|
|||
7 | # http://dev.mysql.com/doc/refman/5.0/en/old-client.html |
|
|||
8 |
|
2 | |||
9 | production: |
|
3 | production: | |
10 | adapter: mysql |
|
4 | adapter: mysql | |
@@ -22,6 +16,9 development: | |||||
22 | password: |
|
16 | password: | |
23 | encoding: utf8 |
|
17 | encoding: utf8 | |
24 |
|
18 | |||
|
19 | # Warning: The database defined as "test" will be erased and | |||
|
20 | # re-generated from your development database when you run "rake". | |||
|
21 | # Do not set this db to the same as development or production. | |||
25 | test: |
|
22 | test: | |
26 | adapter: mysql |
|
23 | adapter: mysql | |
27 | database: redmine_test |
|
24 | database: redmine_test |
General Comments 0
You need to be logged in to leave comments.
Login now