Search



Search Results
Displaying 81 to 90 of 1965 total results
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-limitations-error-handling.html
Starting, stopping, or restarting a node may give rise to temporary errors causing some transactions to fail. When first starting a node, it is possible that you may see Error 1204 Temporary failure, distribution changed and similar temporary ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-programmingerror.html
This exception is raised on programming errors, for example when you have a syntax error in your SQL or a table was not found. The following example shows how to handle syntax errors: try: cursor.execute("CREATE DESK t1 (id int, PRIMARY KEY (id))") ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-programmingerror.html
This exception is raised on programming errors, for example when you have a syntax error in your SQL or a table was not found. The following example shows how to handle syntax errors: try: cursor.execute("CREATE DESK t1 (id int, PRIMARY KEY (id))") ...
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. The following procedure shows how to do this, using the ER_HASHCHK error as an example. Find the error entry in errmsg-utf8.txt: ER_HASHCHK Change the error symbol to begin ...This should be done only for messages that no longer used in the server ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/error-handling.html
For all other languages either proper exception handling is required to catch errors or the traditional error handling pattern needs to be used if the language does not support exceptions. The default error handling can be changed by creating a ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/error-handling.html
For all other languages either proper exception handling is required to catch errors or the traditional error handling pattern needs to be used if the language does not support exceptions. The default error handling can be changed by creating a ...
https://dev.mysql.com/doc/refman/9.7/en/error-log-json.html
This section describes how to configure error logging using the built-in filter, log_filter_internal, and the JSON sink, log_sink_json, to take effect immediately and for subsequent server startups. For general information about configuring error ...
https://dev.mysql.com/doc/refman/9.7/en/communication-errors.html
If connection problems occur such as communication errors or aborted connections, use these sources of information to diagnose problems: The error log. If the log_error_verbosity system variable is set to 3, you might find messages like this in ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-error-handling.html
If you run out of file space in a tablespace, a MySQL Table is full error occurs and InnoDB rolls back the SQL statement. A duplicate-key error rolls back the SQL statement, if you have not specified the IGNORE option in your statement. Other errors ...InnoDB sometimes rolls back only the statement that failed, other times it rolls back the entire ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-databaseerror.html
This exception is the default for any MySQL error which does not fit the other exceptions.
Displaying 81 to 90 of 1965 total results