如下脚本创建数据库yourdbname,并制定默认的字符集是utf8。 CREATE DATABASE IF NOT EXISTS yourdbname DEFAULT CHARSET utf8 COLLATE utf8_general_ci;