From d76121b147f8d877e6718668fb6b16ba40eb2aea Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 14 Jan 2011 10:54:02 -0800 Subject: [PATCH] Add charset to example database.yml --- config/database.yml.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/database.yml.example b/config/database.yml.example index 30dcd4324..9b0734de5 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -3,8 +3,12 @@ test: database: diaspora_test user: root password: password + charset: utf8 + collation: utf8_bin development: adapter: mysql2 database: diaspora_development user: root password: password + charset: utf8 + collation: utf8_bin