Go to the first, previous, next, last section, table of contents.
This chapter lists the errors that may appear when you call MySQL from
any host language. The first list displays server error messages.
The second list displays client program messages.
Server error information comes from the following files:
-
The Error values and the symbols in parentheses correspond to
definitions in the `include/mysqld_error.h' MySQL source file.
-
The SQLSTATE values correspond to definitions
in the `include/sql_state.h' MySQL source file.
SQLSTATE error codes are displayed only if
you use MySQL version 4.1 and up. SQLSTATE codes
were added for compatibility with X/Open, ANSI, and ODBC
behavior.
-
The Message values correspond to the error messages that are listed
in the `sql/share/english/errmsg.txt' file. %d or %s represent numbers
or strings that are substituted into the messages %when they are displayed.
Because updates are frequent, it is possible that
these files contain additional error information not listed here.
Client error information comes from the following files:
-
The Error values and the symbols in parentheses correspond to
definitions in the `include/errmsg.h' MySQL source file.
-
The Message values correspond to the error messages that are listed
in the `libmysql/errmsg.c' file. %d or %s represent numbers
or strings that are substituted into the messages %when they are displayed.
Because updates are frequent, it is possible that
these files contain additional error information not listed here.
Go to the first, previous, next, last section, table of contents.