Search

Download this Manual
PDF (US Ltr) - 35.1Mb
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 256.4Kb
Man Pages (Zip) - 361.2Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb


Displaying 61 to 70 of 1826 total results
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-ndb-transporter-errors.html
This section lists error codes, names, and messages that are written to the cluster log in the event of transporter errors. 0x00 TE_NO_ERROR No error 0x01 TE_ERROR_CLOSING_SOCKET Error found during closing of socket 0x02 ...
https://dev.mysql.com/doc/refman/5.7/en/error-log-windows.html
On Windows, mysqld uses the --log-error, --pid-file, and --console options to determine whether mysqld writes the error log to the console or a file, and, if to a file, the file name: If --console is given, mysqld writes the error log to the ...In ...
https://dev.mysql.com/doc/refman/5.7/en/error-log.html
The error log contains a record of mysqld startup and shutdown times. This section discusses how to configure the MySQL server for logging of diagnostic messages to the error log. For information about selecting the error message character set and ...
https://dev.mysql.com/doc/refman/5.7/en/communication-errors.html
It takes more than connect_timeout seconds to obtain a connect packet. The client had been sleeping more than wait_timeout or interactive_timeout seconds without issuing any requests to the server. If connection problems occur such as communication ...The host cache, which is accessible using the Performance Schema host_cache ...
https://dev.mysql.com/doc/refman/5.7/en/error-log-unix.html
On Unix and Unix-like systems, mysqld uses the --log-error option to determine whether mysqld writes the error log to the console or a file, and, if to a file, the file name: If --log-error is not given, mysqld writes the error log to the console.
https://dev.mysql.com/doc/refman/5.7/en/replication-features-errors.html
If that happens on the source, the replica expects execution of the statement to result in the same error code. If a statement produces the same error (identical error code) on both the source and the replica, the error is logged, but replication ...To address the issue, connect to the replica manually and determine the cause of the ...
https://dev.mysql.com/doc/refman/5.7/en/error-handling.html
This appendix describes the types of error information MySQL provides and how to obtain information about them. It describes common problems and errors that may occur and potential resolutions.
https://dev.mysql.com/doc/refman/5.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/refman/5.7/en/performance-schema-host-cache-table.html
The SUM_CONNECT_ERRORS value can exceed the max_connect_errors value because multiple connection attempts from a host can occur simultaneously while the host is not blocked. COUNT_HOST_BLOCKED_ERRORS The number of connections that were blocked ...
https://dev.mysql.com/doc/refman/5.7/en/timezone-problems.html
If you have a problem with SELECT NOW() returning values in UTC and not your local time, you have to tell the server your current time zone. You can set the time zone for the server with the --timezone=timezone_name option to mysqld_safe. This ...
Displaying 61 to 70 of 1826 total results