码迷,mamicode.com
首页 > 数据库 > 详细

mysql改变表的编码字符集(utf8改为utf8mb4)

时间:2018-04-29 14:31:36      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:utf8   creat   set   mysq   语句   rom   table   lte   字节   

utf8mb4支持四字节

查看建表语句,默认编码utf8
show create table table_name;

查看表中每个字段的字符集

show full fields from table_name;

改变表的编码,为utf8mb4
alter table table_name convert to character set utf8mb4;

mysql改变表的编码字符集(utf8改为utf8mb4)

标签:utf8   creat   set   mysq   语句   rom   table   lte   字节   

原文地址:https://www.cnblogs.com/fzw-/p/8970876.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!