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
 
  20 # Warning: The database defined as 'test' will be erased and
 
  21 # re-generated from your development database when you run 'rake'.
 
  22 # Do not set this db to the same as development or production.
 
  32   database: openstreetmap
 
  33   username: openstreetmap
 
  34   password: openstreetmap
 
  35   host: db.openstreetmap.org