一、创建最新编码utf8mb4格式的库:
CREATE DATABASE  IF NOT EXISTS yourdbname CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
二、创建最编码utf8格式的库:
CREATE DATABASE IF NOT EXISTS yourdbname DEFAULT CHARSET utf8 COLLATE utf8_general_ci;

 

 
posted on 2016-03-30 11:54  houxiurong.com  阅读(324)  评论(0)    收藏  举报
< a href="http://houxiurong.com">houxiurong.com