MYSQL Row size too large (> 8126)
开发时遇到的数据无法入库问题,报错:
(1118, ‘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默认引擎
原创
2022-03-18 18:10:03 ·
1621 阅读 ·
0 评论