# 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
+ encoding: utf8
# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
username: osm_test
password: osm_test
host: localhost
+ encoding: utf8
production:
adapter: mysql
username: osm
password: osm
host: localhost
-
+ encoding: utf8