Search Results
https://dev.mysql.com/doc/mysql-errors/8.4/en/client-error-reference.html
Error number: 2069; Symbol: CR_LOAD_DATA_LOCAL_INFILE_REALPATH_FAIL; Message: Determining the real path for '%s' failed with error (%d): %s Error number: 2070; Symbol: CR_DNS_SRV_LOOKUP_FAILED; Message: DNS SRV lookup failed with error : %d Error ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-destination-configuration.html
(--console takes precedence over --log-error if both are given, and the following items regarding --log-error do not apply.) If --log-error is not given, or is given without naming a file, the default destination is a file named host_name.err in the ... This section describes which server options configure the default error log destination, which can be the console or a named ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-configuration.html
The action of these components is affected by other server options and system variables: The output destination is determined by the --log-error option (and, on Windows, --pid-file and --console). These determine whether to write error messages to ... In MySQL 8.4, error logging uses the MySQL component architecture described at Section 7.5, “MySQL ...
https://dev.mysql.com/doc/internals/en/error-messages-storage-engine.html
To add error messages for table handlers, the following example may be helpful. Purpose: Implement the handler::get_error_message function as ha_federated::get_error_message to return the handler-specific error message. When you have returned the ...
https://dev.mysql.com/doc/internals/en/error-flags.html
The following flags can be examined or set to alter the behavior during error handling: thd->net.report_error thd->net.report_error is set in my_message_sql() if the error message was registered. In this case we ignore all not fatal errors ...(for ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-error-handling.html
Error/warning position details are added to JSON data type related errors/warnings in csv, JSON, parquet or AVRO file formats. This includes warnings related to the schema inference stage of loading data. ERROR HY000: Column 1 of {object: ... See ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-data-encryption.html
mysql> CREATE TABLESPACE `ts1` ADD DATAFILE 'ts1.ibd' ENCRYPTION = 'Y' Engine=InnoDB; To alter the encryption of an existing general tablespace, an ENCRYPTION clause must be specified. InnoDB supports data-at-rest encryption for file-per-table ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-error-handling.html
Signature void ndb_mgm_set_error_stream ( NdbMgmHandle handle, FILE* file ) Parameters This function requires two parameters: An NdbMgmHandle A pointer to the file to which errors are to be sent. There may also be an error description that provides ... This section provides information about MGM API functions used for 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;" + ...When ... Because connecting to an external server is unpredictable, it is important to add error handling to your .NET ...
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;" + ...When ... Because connecting to an external server is unpredictable, it is important to add error handling to your .NET ...