summaryrefslogtreecommitdiffstats
path: root/conf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'conf.rb')
-rw-r--r--conf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.rb b/conf.rb
index f855594..e031265 100644
--- a/conf.rb
+++ b/conf.rb
@@ -5,4 +5,4 @@ MySQL = { "host" => "localhost",
}
$db = DBI.connect("DBI:Mysql:" + MySQL["db"] + ":" + MySQL["host"], MySQL["user"], MySQL["passwd"])
-
+$db.execute("SET NAMES 'utf8'")