MySql的ERROR 1366 (HY000): Incorrect string value:问题如何解决?

2024年11月22日 20:17
有1个网友回答
网友(1):

你还需要把表的字符集也改下,
alter table tbname convert to charset gbk;