Search Results
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-error-logging.html
row *************************** LOGGED: 2022-04-07 19:17:03.981201 THREAD_ID: 0 PRIO: Warning ERROR_CODE: MY-011068 SUBSYSTEM: Server DATA: The syntax 'skip_slave_start' is deprecated and will be removed in a future release. row ... Server Error ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-errors.html
The Errors object contains the error codes and message exposed by the MySQL Node.js adapters. errors "25000" : "Invalid Transaction State", "2C000" : "Invalid character set name", "42S02" : "Table not found", "IM001" : "Driver does not support this ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors.html
The mysql.connector.errors module defines exception classes for errors and warnings raised by MySQL Connector/Python. The exception classes defined in this module mostly follow the Python Database API Specification v2.0 (PEP 249). It is good to ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors.html
The mysql.connector.errors module defines exception classes for errors and warnings raised by MySQL Connector/Python. The exception classes defined in this module mostly follow the Python Database API Specification v2.0 (PEP 249). It is good to ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-error-summary-tables.html
The Performance Schema maintains summary tables for aggregating statistical information about server errors (and warnings). Collection of error information is controlled by the error instrument, which is enabled by default. Each error summary table ...For a list of server errors, see Server Error Message ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-event-fields.html
Error events intended for the error log contain a set of fields, each of which consists of a key/value pair. The following sections describe the core and optional error event fields. Core Error Event Fields Optional Error Event Fields Core Error ...
https://dev.mysql.com/doc/refman/8.4/en/error-message-language.html
The server searches for the error message file using these rules: It looks for the file in a directory constructed from two system variable values, lc_messages_dir and lc_messages, with the latter converted to a language name. Suppose that you start ... By default, mysqld produces error messages in English, but they can be displayed instead in any of several other languages: Czech, Danish, Dutch, Estonian, French, German, Greek, Hungarian, Italian, Japanese, Korean, Norwegian, Norwegian-ny, Polish, Portuguese, Romanian, Russian, Slovak, Spanish, or ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-format.html
If a fatal error occurs before log configuration is known and the server must exit, the server formats buffered messages using the logging defaults so they are not lost. System Variables That Affect Error Log Format The log_timestamps system ...If a ...
https://dev.mysql.com/doc/refman/8.4/en/replication-features-errors.html
If a statement produces different errors on the source and the replica, the replication SQL thread terminates, and the replica writes a message to its error log and waits for the database administrator to decide what to do about the error. For ...To ...
https://dev.mysql.com/doc/internals/en/error-masking.html
Example: --error ER_BAD_DB_ERROR USE <not existing database>; You can find the error names in the include/mysqld_error.h file of a MySQL source distribution, or in the Server Error Message Reference section of the MySQL Reference Manual]. Use of the ...