From ff172eb418e50b6d6f91720097d723a6841a7066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81abanowski?= Date: Sat, 17 Mar 2012 10:13:07 +0100 Subject: [PATCH] utf-8 charset is called "utf8" in mysqlese --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 9cdd704e..87cbadce 100644 --- a/inc/config.php +++ b/inc/config.php @@ -102,7 +102,7 @@ // Use a persistent connection (experimental) $config['db']['persistent'] = false; // Anything more to add to the DSN string (eg. port=xxx;foo=bar) - $config['db']['dsn'] = 'charset=UTF-8'; + $config['db']['dsn'] = 'charset=UTF8'; // Timeout duration in seconds (not all drivers support this) $config['db']['timeout'] = 5;