MySQL error code
MySQL error 1084
MySQL server error 1084 is ER_BLOBS_AND_NO_TERMINATED, reported with SQLSTATE 42000.
You can't use fixed rowlength with BLOBs; please use 'fields terminated by'
| Error | 1084 |
|---|---|
| Name | ER_BLOBS_AND_NO_TERMINATED |
| SQLSTATE | 42000 |
| Group | Server errors |
In other databases
Source: MySQL 8.4 Error Reference