MySQL 5.7 建立 utf8mb4_unicode_520_ci 資料庫 更新日期: 2021/04/23 CREATE SCHEMA `database_name` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci ;