Browse Source

utf-8 charset is called "utf8" in mysqlese

pull/40/head
Marcin Łabanowski 12 years ago
committed by Michael Save
parent
commit
ff172eb418
  1. 2
      inc/config.php

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

Loading…
Cancel
Save