diff options
Diffstat (limited to 'application')
-rw-r--r-- | application/config/example/database.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/example/database.php b/application/config/example/database.php index 6b71bf60b..002faff17 100644 --- a/application/config/example/database.php +++ b/application/config/example/database.php @@ -86,8 +86,8 @@ $db['default'] = array( 'db_debug' => TRUE, 'cache_on' => FALSE, 'cachedir' => '', - 'char_set' => 'utf8mb4', - 'dbcollat' => 'utf8mb4_bin', + 'char_set' => 'utf8mb4', // if you use postgres, set this to utf8 + 'dbcollat' => 'utf8mb4_bin', // if you use postgres, set this to utf8_bin 'swap_pre' => '', 'encrypt' => FALSE, 'compress' => FALSE, |