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:
parent
2e1086e63d
commit
8283449908
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user