mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/DataStores: Speedup loading hotfix database and change hotfix database character set to utf8mb4
This commit is contained in:
@@ -6,7 +6,7 @@ CREATE DATABASE `characters` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
|
||||
|
||||
CREATE DATABASE `auth` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
|
||||
|
||||
CREATE DATABASE `hotfixes` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
|
||||
CREATE DATABASE `hotfixes` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
||||
|
||||
GRANT ALL PRIVILEGES ON `world` . * TO 'trinity'@'localhost' WITH GRANT OPTION;
|
||||
|
||||
|
||||
1034
sql/updates/hotfixes/master/2020_04_25_00_hotfixes.sql
Normal file
1034
sql/updates/hotfixes/master/2020_04_25_00_hotfixes.sql
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user