1. 程式人生 > 其它 >ERROR 1118 (42000): Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In

ERROR 1118 (42000): Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In

技術標籤:筆記

ERROR 1118 (42000): 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.
在這裡插入圖片描述
解決方案:
進入myaql資料庫輸入命令:

set innodb_strict_mode= 0;

https://blog.csdn.net/appleyuchi/article/details/99999212