MySQL错误

2018-01-06  本文已影响2人  靈08_1024

在MySQL中,插入中文如果报错:ERROR 1366 (HY000): Incorrect string value...,需要执行以下sql:
alter table 表名 convert to charset utf8;

上一篇 下一篇

猜你喜欢

热点阅读