MySQL ERROR 1118 Row size too large 或 PacketTooBigException: Packet for query is too large

错误1: ERROR 1118 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. 缘由:字段太多,超过mysql默认配置的字段数量了,能够经过修改配置来扩大数量。mys
相关文章
相关标签/搜索