diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-04-14 06:51:16 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-04-14 06:51:16 +0000 |
commit | 55ea557fe8224122ad0864dbb7cc8cd84b6c61f1 (patch) | |
tree | 92d3d9ed7668f9efd9213ae86a4cdb3662253a7d /config | |
parent | 552ed9693e342d84c3ab7bf9d294214d68596c50 (diff) | |
download | redmine-55ea557fe8224122ad0864dbb7cc8cd84b6c61f1.tar.gz redmine-55ea557fe8224122ad0864dbb7cc8cd84b6c61f1.zip |
Note about the mysql2 adapter in database.yml.example.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9409 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/database.yml.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/database.yml.example b/config/database.yml.example index b558ec2c6..21337802d 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -1,4 +1,6 @@ -# MySQL (default setup). +# Default setup is given for MySQL with ruby1.8. If you're running Redmine +# with MySQL and ruby1.9, replace the adapter name with `mysql2`. +# Examples for PostgreSQL and SQLite3 can be found at the end. production: adapter: mysql |