Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.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/innodb-compression-syntax-warnings.html
This section describes syntax warnings and errors that you may encounter when using the table compression feature with file-per-table tablespaces and general tablespaces. SQL Compression Syntax Warnings and Errors for File-Per-Table Tablespaces ...
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/replication-options-replica.html
--slave-skip-errors=[err_code1,err_code2,...|all|ddl_exist_errors] Command-Line Format --slave-skip-errors=name Deprecated 8.0.26 System Variable slave_skip_errors Scope Global Dynamic No SET_VAR Hint Applies No Type String Default Value OFF Valid ...This option causes the replication SQL thread to continue replication when a statement returns any of the errors listed in the option ... This section explains the server options and system variables that apply to replica servers and contains the following: ...
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/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/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-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/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 ...
https://dev.mysql.com/doc/refman/8.0/en/comp-err.html
comp_err creates the errmsg.sys file that is used by mysqld to determine the error messages to display for different error codes. It compiles the errmsg.sys file from text-format error information in MySQL source distributions: As of MySQL 8.0.19, ...Invoke comp_err like this: comp_err [options] comp_err supports the following ...
Displaying 31 to 40 of 948 total results