Client Error Codes for MariaDB Enterprise Server 10.4
This page is part of MariaDB's Documentation.
The parent of this page is: Reference for MariaDB Enterprise Server 10.4
Topics on this page:
Overview
When the mariadb
client encounters a client-side error, it generates an error. Each error has a numeric error code and a message telling the user about what happened that triggered the error.
Error Code | Description |
---|---|
Unknown MySQL error | |
Can't create UNIX socket (%d) | |
Can't connect to local MySQL server through socket '%-.64s' (%d) | |
Can't connect to MySQL server on '%-.64s' (%d) | |
Can't create TCP/IP socket (%d) | |
Unknown MySQL server host '%-.100s' (%d) | |
MySQL server has gone away | |
Protocol mismatch. Server Version = %d Client Version = %d | |
MySQL client run out of memory | |
Wrong host info | |
Localhost via UNIX socket | |
%-.64s via TCP/IP | |
Error in server handshake | |
Lost connection to MySQL server during query | |
Commands out of sync; you can't run this command now | |
%-.64s via named pipe | |
Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu) | |
Can't open named pipe to host: %-.64s pipe: %-.32s (%lu) | |
Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu) | |
Can't initialize character set %-.64s (path: %-.64s) | |
Got packet bigger than 'max_ | |
TLS/SSL error: %-.100s | |
received malformed packet | |
Statement is not prepared | |
No data supplied for parameters in prepared statement | |
Data truncated | |
Invalid parameter number | |
Invalid buffer type: %d (parameter: %d) | |
Buffer type is not supported | |
Shared memory: %-.64s | |
Shared memory connection failed during %s. (%lu) | |
Wrong or unknown protocol | |
Connection with old authentication protocol refused | |
Prepared statement contains no metadata | |
This feature is not implemented or disabled | |
Lost connection to MySQL server at '%s', system error: %d | |
Server closed statement due to a prior %s function call | |
The number of parameters in bound buffers differs from number of columns in resultset | |
Can't connect twice. Already connected | |
Plugin %s could not be loaded: %s | |
An attribute with same name already exists | |
Plugin doesn't support this function |
Error Code | Description |
---|---|
Creating an event failed (Errorcode: %d) | |
Bind to local interface '-.%64s' failed (Errorcode: %d) | |
Connection type doesn't support asynchronous IO operations | |
Server doesn't support function '%s' | |
File '%s' not found (Errcode: %d) | |
Error reading file '%s' (Errcode: %d) | |
Bulk operation without parameters is not supported | |
Invalid statement handle | |
Unsupported version %d. Supported versions are in the range %d - %d | |
Read error: %s (%d) | |
Write error: %s (%d) | |
Error while uncompressing packet |