1
1
Fork 0

More replaces UTF8 to UTF8MB4

This commit is contained in:
Alexandre Alapetite 2017-04-16 15:53:48 +02:00
commit 5d3bf9307f
38 changed files with 432 additions and 300 deletions

View file

@ -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";