development: adapter: mysql socket: /var/lib/mysql/mysql.sock # socket: /tmp/mysql.sock database: blog host: localhost encoding: utf8 username: root password: #development: # adapter: postgresql # database: blog # host: localhost # username: postgres # password: # Warning: The database defined as 'test' will be erased and # re-generated from your development database when you run 'rake'. # Do not set this db to the same as development or production. test: adapter: mysql database: blog_test host: localhost socket: /var/lib/mysql/mysql.sock # socket: /tmp/mysql.sock encoding: utf8 username: root password: production: adapter: mysql socket: /var/lib/mysql/mysql.sock # socket: /tmp/mysql.sock database: blog host: localhost encoding: utf8 username: root password: