mysql改变表的编码字符集,将utf8改成utf8mb4

主要功能,utf8mb4支持四字节ide --查看建表语句,默认编码utf8编码 show create table topic_video_comment ;table --查看表中每一个字段的字符集 show full fields from topic_video_comment; --改变表的编码,为utf8mb4 alter table `topic_video_comment`   c
相关文章
相关标签/搜索