+ [misc] reset the encoding of database to utf8mb4 after reading it from my.php.
This commit is contained in:
@@ -270,3 +270,5 @@ else
|
||||
unset($config->maxVersion);
|
||||
unset($config->ipdVersion);
|
||||
}
|
||||
|
||||
if(strtolower($config->db->encoding) == 'utf8') $config->db->encoding = 'utf8mb4';
|
||||
|
||||
Reference in New Issue
Block a user