forked from mirrors/easyappointments
Change the default charset and collation
This commit is contained in:
parent
66106fcd18
commit
c85d47befc
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ $db['default']['pconnect'] = TRUE;
|
|||
$db['default']['db_debug'] = TRUE;
|
||||
$db['default']['cache_on'] = FALSE;
|
||||
$db['default']['cachedir'] = '';
|
||||
$db['default']['char_set'] = 'utf8';
|
||||
$db['default']['dbcollat'] = 'utf8_general_ci';
|
||||
$db['default']['char_set'] = 'utf8mb4';
|
||||
$db['default']['dbcollat'] = 'utf8mb4_unicode_ci';
|
||||
$db['default']['swap_pre'] = '';
|
||||
$db['default']['autoinit'] = TRUE;
|
||||
$db['default']['stricton'] = FALSE;
|
||||
|
|
Loading…
Reference in a new issue