Search

Download this Manual
PDF (US Ltr) - 43.2Mb
PDF (A4) - 43.3Mb
Man Pages (TGZ) - 295.2Kb
Man Pages (Zip) - 400.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 31 to 40 of 948 total results
https://dev.mysql.com/doc/refman/8.0/en/common-errors.html
This section lists some errors that users frequently encounter when running MySQL programs. Although the problems show up when you try to run client programs, the solutions to many of the problems involves changing the configuration of the MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-error-reporter.html
ndb_error_reporter creates an archive from data node and management node log files that can be used to help diagnose bugs or other problems with a cluster. Options that can be used with ndb_error_reporter are shown in the following table. It is ...
https://dev.mysql.com/doc/refman/8.0/en/sql-mode.html
Setting the SQL Mode The default SQL mode in MySQL 8.0 includes these modes: ONLY_FULL_GROUP_BY, STRICT_TRANS_TABLES, NO_ZERO_IN_DATE, NO_ZERO_DATE, ERROR_FOR_DIVISION_BY_ZERO, and NO_ENGINE_SUBSTITUTION. A simple description of this mode is “give ... The MySQL server can operate in different SQL modes, and can apply these modes differently for different clients, depending on the value of the sql_mode system ...
https://dev.mysql.com/doc/refman/8.0/en/perror.html
perror displays the error message for MySQL or operating system error codes. A given error code may mean different things on different operating systems. --ndb Print the error message for a MySQL Cluster error code. For example, for the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-perror.html
ndb_perror shows information about an NDB error, given its error code. Usage ndb_perror [options] error_code ndb_perror does not need to access a running NDB Cluster, or any nodes (including SQL nodes). This includes the error message, the type of ...--defaults-file Command-Line Format --defaults-file=path Type String Default Value [none] Read default options from given file ...
https://dev.mysql.com/doc/refman/8.0/en/replication-options-replica.html
--slave-skip-errors=[err_code1,err_code2,...|all|ddl_exist_errors] Command-Line Format --slave-skip-errors=name Deprecated Yes System Variable slave_skip_errors Scope Global Dynamic No SET_VAR Hint Applies No Type String Default Value OFF Valid ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-error-messages.html
The error_messages table provides information about The error_messages table contains the following columns: error_code Numeric error code error_description Description of error error_status Error status code error_classification Error ...
https://dev.mysql.com/doc/refman/8.0/en/server-options.html
If no errors are found, the server terminates with an exit code of 0. If an error is found, the server displays a diagnostic message and terminates with an exit code of 1. Warning and information messages may also be displayed, depending on the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html
The following server error codes are not used and have been removed. Now, each statement is transactional and either succeeds for all named users or rolls back and has no effect if any error occurs. If ALGORITHM=INSTANT is specified but not ... This ...
https://dev.mysql.com/doc/refman/8.0/en/signal.html
At the SQL level, the output from SHOW WARNINGS and SHOW ERRORS indicates the MYSQL_ERRNO and MESSAGE_TEXT values in the Code and Message columns. SIGNAL provides error information to a handler, to an outer portion of the application, or to the ...
Displaying 31 to 40 of 948 total results