MYSQL查看字符集
https://www.cnblogs.com/tresser/p/9308045.html
入库编码有问题排查:
1.数据库编码
2.表编码
3.字段编码
4.代码连接编码
修改mysql字段信息的语句:
https://www.cnblogs.com/lwcode6/p/11326666.html
修改字段编码格式:
alter table student convert to character set utf8;
本文来自博客园,作者:Daisy0312,转载请注明原文链接:https://www.cnblogs.com/brooklyndawndaisy-20171125/p/15025357.html