Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试更新表中的一行,但它返回:
Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. You have to change some columns to TEXT or BLOBs
除了 ID 之外,我的所有字段都是 BLOB,所以我不知道错误是什么意思。
有人可以帮忙吗?
正如mysql所说,只需将列类型更改为 TEXT 即可。