mysql设置表的字符集

--修改表的编码为utf8

alter table store_warehouse convert to character set utf8;


--查看表中每个字段的字符集
show full fields from store_warehouse;

猜你喜欢

转载自www.cnblogs.com/chxuyuan/p/9229814.html