# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development:
adapter: mysql
- database: osm
- username: osm
- password: osm
+ database: openstreetmap
+ username: openstreetmap
+ password: openstreetmap
host: localhost
# Warning: The database defined as 'test' will be erased and
test:
adapter: mysql
database: osm_test
- username: root
- password:
+ username: osm_test
+ password: osm_test
host: localhost
production: