mysql 执行insert时报错

> 1366 - Incorrect string value: '\xE6\xB5\x8B\xE8\xAF\x95...' for column 'description' at row 1

 

一看,果然数据库字符集不是utf8,果断重新设置

相关文章:

  • 2021-06-24
  • 2021-11-14
  • 2021-05-27
  • 2022-01-11
  • 2021-06-27
  • 2022-12-23
  • 2021-04-16
  • 2021-06-04
猜你喜欢
  • 2021-10-05
  • 2021-08-13
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案