
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.
mysql5.6导入到8.0报错的,意思是表的数据太大,超过了允许的最大值 执行下面命令,关闭严格模式就可以了…
近期评论