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;

posted @ 2021-07-17 22:36  Daisy0312  阅读(52)  评论(0)    收藏  举报