mysql 执行insert时报错
> 1366 - Incorrect string value: 'xE6xB5x8BxE8xAFx95...' for column 'description' at row 1
一看,果然数据库字符集不是utf8,果断重新设置
mysql 执行insert时报错
> 1366 - Incorrect string value: 'xE6xB5x8BxE8xAFx95...' for column 'description' at row 1
一看,果然数据库字符集不是utf8,果断重新设置