Search



Search Results
Displaying 101 to 110 of 2525 total results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-errors.html
The following section details some common errors and their suggested fix or alternative solution. Error 10061 (Cannot connect to server) When connecting or using the Test button in ODBC Data Source Administrator I get error 10061 (Cannot connect to ...If you are still experiencing problems, use the Connector/ODBC mailing list; see Section 9.1, “Connector/ODBC Community ...
https://dev.mysql.com/doc/ndbapi/en/mgm-errors.html
This section provides information about each of the six types MGM errors, with the listings that follow ordered by type. Request Errors Node ID Allocation Errors Service Errors Backup Errors Single User Mode Errors Configuration Errors General ...
https://dev.mysql.com/doc/refman/8.4/en/charset-errors.html
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 Section 12.12, “Setting the Error Message Language”. For ...Character (nonbinary) string values are converted from their character set to ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-destination-configuration.html
This section describes which server options configure the default error log destination, which can be the console or a named file. This is your terminal or console window unless the standard error output has been redirected to a different ...It ...
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/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/connectors/en/connector-net-connections-errors.html
The following code example shows how to manage the response of an application based on the actual error: C# Example MySql.Data.MySqlClient.MySqlConnection conn; string myConnectionString; myConnectionString = "server=127.0.0.1;uid=root;" + ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-errors.html
The following code example shows how to manage the response of an application based on the actual error: C# Example MySql.Data.MySqlClient.MySqlConnection conn; string myConnectionString; myConnectionString = "server=127.0.0.1;uid=root;" + ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-filtering.html
For error log filtering, MySQL offers a choice of components: log_filter_internal: This filter component provides error log filtering based on log event priority and error code, in combination with the log_error_verbosity and ... Error log ...
https://dev.mysql.com/doc/internals/en/error-message-marking-obsolete.html
Beginning with MySQL 8.0, it is possible to mark an error message obsolete. This should be done only for messages that no longer used in the server code. The following procedure shows how to do this, using the ER_HASHCHK error as an example. Find ...
Displaying 101 to 110 of 2525 total results