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