MySQL错误
2018-01-06 本文已影响2人
靈08_1024
在MySQL中,插入中文如果报错:ERROR 1366 (HY000): Incorrect string value...
,需要执行以下sql:
alter table 表名 convert to charset utf8;
在MySQL中,插入中文如果报错:ERROR 1366 (HY000): Incorrect string value...
,需要执行以下sql:
alter table 表名 convert to charset utf8;