mysql创建数据库指定编码uft8CREATE DATABASE IF NOT EXISTS my_db default character set utf8 COLLATE utf8_general_ci;