执行一个表的脚本时提示:
导入mysql数据表时出现错误 : error "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 数据库:
SET SESSION innodb_strict_mode = OFF;
标签:inndb,FORMAT,数据表,BLOB,mysql,ROW From: https://www.cnblogs.com/2018-james/p/17176448.html