标题: MYSQL导入数据报错:ERROR 1118 (42000) at line 50: Row size too large (> 8126) [打印本页] 作者: 郑全 时间: 2026-8-10 22:14 标题: MYSQL导入数据报错:ERROR 1118 (42000) at line 50: Row size too large (> 8126) 本帖最后由 郑全 于 2026-8-10 22:17 编辑
在mysql 8.0.46 下,导入数据,报错:ERROR 1118 (42000) at line 50: Row size too large (> 8126):具体如下:
[root@oracle40 ~]# mysql -uroot -pRoot@12345 v8x < v8x_full.sql
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1118 (42000) at line 50: Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.