DB 로그인을 utf8이 아니라 utf8mb4로 변경
This commit is contained in:
@@ -9,7 +9,7 @@ class RootDB{
|
||||
private static $password = '_tK_password_';
|
||||
private static $dbName = '_tK_dbName_';
|
||||
private static $port = _tK_port_;
|
||||
private static $encoding = 'utf8';
|
||||
private static $encoding = 'utf8mb4';
|
||||
|
||||
private static $globalSalt = '_tK_globalSalt_';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user