MySQL error code
MySQL error 4145
MySQL server error 4145 is ER_BULK_PARSER_COPY_BUFFER_SIZE_EXCEEDED, reported with SQLSTATE HY000.
The column data that needed to be copied due to escaped characters exceeded the size of the internal copy buffer for file '%s'.
| Error | 4145 |
|---|---|
| Name | ER_BULK_PARSER_COPY_BUFFER_SIZE_EXCEEDED |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference