错误一

InternalError: (pymysql.err.InternalError) (1366, "Incorrect string value: '\\xE6\\xAD\\xA3\\xE5\\xB8\\xB8' for column  at row 1")

  解决办法:修改表编码方式

  alter table table_name convert to character set utf8mb4;

  

 

相关文章:

  • 2021-06-26
  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2021-06-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-21
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-11-15
  • 2021-10-29
相关资源
相似解决方案