mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-12-01 18:47:20 +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)
|
// Use a persistent connection (experimental)
|
||||||
$config['db']['persistent'] = false;
|
$config['db']['persistent'] = false;
|
||||||
// Anything more to add to the DSN string (eg. port=xxx;foo=bar)
|
// 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)
|
// Timeout duration in seconds (not all drivers support this)
|
||||||
$config['db']['timeout'] = 5;
|
$config['db']['timeout'] = 5;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user