创建mysql指定编码

124 阅读1分钟

create database test default character set utf8mb4 collate utf8mb4_unicode_ci;