向 mysql表中插入數據時 發生字符集 不匹配的異常, mysql
可使用 sql
show full columns from 表名 查看 表的character set table
而後使用 以下命令 數據
alter table 表名 convert to character set utf8; 異常
修改表的 character set tab