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に変更するだけです。