More replaces UTF8 to UTF8MB4
This commit is contained in:
commit
5d3bf9307f
38 changed files with 432 additions and 300 deletions
|
|
@ -16,7 +16,7 @@ $db_user = 'mysqlusername';
|
|||
$db_pass = 'mysqlpassword';
|
||||
$db_data = 'mysqldatabasename';
|
||||
|
||||
// Set the database connection charset to UTF8.
|
||||
// Set the database connection charset to full Unicode (utf8mb4).
|
||||
// Changing this value will likely corrupt the special characters.
|
||||
// You have been warned.
|
||||
$a->config['system']['db_charset'] = "utf8mb4";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue