Core/DBUpdater: Use utf8mb4 in dbupdater --default-character-set
Port From (https://github.com/TrinityCore/TrinityCore/commit/b257b244cb4b5642cb62002581b16fa65fd1ac67)
This commit is contained in:
@@ -261,7 +261,7 @@ namespace Framework.Database
|
||||
}
|
||||
|
||||
// Set the default charset to utf8
|
||||
args += "--default-character-set=utf8 ";
|
||||
args += "--default-character-set=utf8mb4 ";
|
||||
|
||||
// Set max allowed packet to 1 GB
|
||||
args += "--max-allowed-packet=1GB ";
|
||||
|
||||
Reference in New Issue
Block a user