10.6 Error Message Character Set

This section describes how the MySQL server uses character sets for constructing error messages. For information about the language of error messages (rather than the character set), see note error-message-language::. For general information about configuring error logging, see note error-log::.

Character Set for Error Message Construction

The server constructs error messages as follows:

Character Set for Error Message Disposition

An error message, once constructed, can be written by the server to the error log or sent to clients:

 File: manual.info.tmp, Node: charset-conversion, Next: charset-collations, Prev: charset-errors, Up: charset