Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-internal-temporary.html
The following list enumerates all NDB errors of type IT (Internal temporary).
https://dev.mysql.com/doc/c-api/9.7/en/mysql-error.html
const char * mysql_error(MYSQL *mysql) Description For the connection specified by mysql, mysql_error() returns a null-terminated string containing the error message for the most recently invoked API function that failed. If a function did not ...
https://dev.mysql.com/doc/refman/9.7/en/comp-err.html
comp_err creates the errmsg.sys file that is used by mysqld to determine the error messages to display for different error codes. It compiles the errmsg.sys file from text-format error information in MySQL source distributions: The error ...Invoke ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-stmt-error.html
const char * mysql_stmt_error(MYSQL_STMT *stmt) Description For the statement specified by stmt, mysql_stmt_error() returns a null-terminated string containing the error message for the most recently invoked statement API function that can succeed ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-schema-object-already-exists.html
The following list enumerates all NDB errors of type OE (Schema object already exists). NDB error code 4244 MySQL error HA_ERR_TABLE_EXIST Error message Index or table with given name already exists NDB error code 721 MySQL error HA_ERR_TABLE_EXIST ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-errorcodes.html
The following tables lists the error codes returned by Connector/ODBC apart from the server errors.
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-reference-errorcodes.html
The following tables lists the error codes returned by Connector/ODBC apart from the server errors.
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-function-not-implemented.html
The following list enumerates all NDB errors of type NI (Function not implemented). NDB error code 4003 MySQL error DMEC Error message Function not implemented yet NDB error code 797 MySQL error DMEC Error message Wrong fragment count for fully ...
https://dev.mysql.com/doc/refman/9.7/en/error-lost-connection.html
Usually it indicates network connectivity trouble and you should check the condition of your network if this error occurs frequently. If the error message includes “during query,” this is probably the case you are experiencing. You may see ...
https://dev.mysql.com/doc/refman/9.7/en/not-enough-file-handles.html
If you get ERROR 'file_name' not found (errno: 23), Can't open file: file_name (errno: 24), or any other error with errno 23 or errno 24 from MySQL, it means that you have not allocated enough file descriptors for the MySQL server. You can either ...