MySQL error code
MySQL error 1118
MySQL server error 1118 is ER_TOO_BIG_ROWSIZE, reported with SQLSTATE 42000.
Row size too large. The maximum row size for the used table type, not counting BLOBs, is %ld. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
| Error | 1118 |
|---|---|
| Name | ER_TOO_BIG_ROWSIZE |
| SQLSTATE | 42000 |
| Group | Server errors |
In other databases
Source: MySQL 8.4 Error Reference