mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB: converted world database charset to utf8mb4
* reset charset of all string based columns to ensure that they all use the table's default char set
This commit is contained in:
@@ -2,7 +2,7 @@ CREATE USER 'trinity'@'localhost' IDENTIFIED BY 'trinity' WITH MAX_QUERIES_PER_H
|
||||
|
||||
GRANT USAGE ON * . * TO 'trinity'@'localhost';
|
||||
|
||||
CREATE DATABASE `world` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
|
||||
CREATE DATABASE `world` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
||||
|
||||
CREATE DATABASE `characters` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user