Search



Search Results
Displaying 41 to 50 of 5281 total results
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/connectors/en/connector-odbc-errors.html
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 server) This error can be raised by a number of different issues, including server problems, ...If ...#DELETED# Records Reported by Access Access reports records as #DELETED# when inserting or updating records in linked ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-errors.html
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 server) This error can be raised by a number of different issues, including server problems, ...If ...#DELETED# Records Reported by Access Access reports records as #DELETED# when inserting or updating records in linked ...
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/internals/en/error-message-adding.html
Each of these language-specific files must contain a line for each error message, so adding a new message involves adding a line to the errmsg.txt file for every language. The procedure for adding error messages depends on which version of MySQL ...
https://dev.mysql.com/doc/internals/en/error-messages-old-versions.html
Each of these language-specific files must contain a line for each error message, so adding a new message involves adding a line to the errmsg.txt file for every language. Note that this file must be kept sorted according to the value of the error ...Before MySQL 5.0.3, error messages are stored in errmsg.txt files in the language directories under ...In ...
https://dev.mysql.com/doc/x-devapi-userguide/en/error-handling.html
} catch (const Error &err) { cout << "The database session could not be opened: " << err << endl; // Exit with error code exit(1); } . For all other languages either proper exception handling is required to catch errors or the traditional error ...
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/ndbapi/en/ndb-examples-handling-errors.html
Application errors: These are indicated by APIERROR; they must be handled by the application programmer. This program demonstrates handling errors and retrying failed transactions using the NDB API. // // ndbapi_retries.cpp: Error handling and ...
https://dev.mysql.com/doc/refman/8.4/en/error-message-elements.html
This section discusses how error messages originate within MySQL and the elements they contain. The MySQL server writes some error messages to its error log. These indicate issues of interest to database administrators or that require DBA action.
Displaying 41 to 50 of 5281 total results