1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-26 00:10:55 +01:00

utf-8 charset is called "utf8" in mysqlese

This commit is contained in:
Marcin Łabanowski 2012-03-17 10:13:07 +01:00 committed by Michael Save
parent 2e1086e63d
commit 8283449908

View File

@ -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;