报错信息

Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline.

解决

将表的行格式改一下就可以了

mysql报错  Row size too large (> 8126)

 

相关文章:

  • 2022-12-23
  • 2021-07-24
  • 2021-11-14
  • 2021-08-16
  • 2022-12-23
  • 2021-12-15
猜你喜欢
  • 2021-12-15
  • 2021-05-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
相关资源
相似解决方案