Core/DBUpdater: Use utf8mb4 in dbupdater --default-character-set

Port From (https://github.com/TrinityCore/TrinityCore/commit/b257b244cb4b5642cb62002581b16fa65fd1ac67)
This commit is contained in:
Hondacrx
2024-09-26 17:37:04 -04:00
parent df6e3f9d2d
commit 1bdcc2fbb7
+1 -1
View File
@@ -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 ";