1 # MySQL (default setup). Versions 4.1 and 5.0 are recommended.
3 # Install the MySQL driver:
6 # gem install mysql -- --include=/usr/local/lib
8 # There is no gem for Windows. Install mysql.so from RubyForApache.
9 # http://rubyforge.org/projects/rubyforapache
11 # And be sure to use new-style password hashing:
12 # http://dev.mysql.com/doc/refman/5.0/en/old-client.html
15 database: openstreetmap
16 # username: openstreetmap
17 # password: openstreetmap
21 # Warning: The database defined as 'test' will be erased and
22 # re-generated from your development database when you run 'rake'.
23 # Do not set this db to the same as development or production.