mysql xlsx数据导入 [ERR] 1366 - Incorrect string value: '\xE4\xB8\xAD\xE6\xB9\xBE'

修改table的编码:

alter table students convert to character set utf8;

 

修改数据库的编码

 

posted @ 2021-04-26 11:23  北极星下落不明  阅读(165)  评论(0)    收藏  举报