LOAD_ DATA_ ERRORS
On this page
This table is where the errors are logged when the LOAD DATA
command is used with the ERRORS HANDLE
clause.
To access this table, users may have the INSERT
, or SHOW METADATA
permissions.
information_ schema. LOAD_ DATA_ ERRORS Schema
Column Name |
Description |
---|---|
|
The name of the database associated with the error. |
|
The string value specified in the |
|
The time of the error event in Unix timestamp format. |
|
Specifies what type of error occurred. |
|
The error code for the error. |
|
The message associated with the error. |
|
The text of a |
|
The line number of a |
|
The hostname or host IP address for the leaf node that processed the erroneous line of the input file. |
|
The port number of the node that processed the erroneous line of the input file. |
|
Specifies the partition ID on the leaf node that processed the erroneous line of the input file. |
Last modified: July 8, 2025