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 41 to 50 of 949 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/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/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/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 ...
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/not-enough-file-handles.html
If you get ERROR 'file_name' not found (errno: 23), Can't open file: file_name (errno: 24), or any other error with errno 23 or errno 24 from MySQL, it means that you have not allocated enough file descriptors for the MySQL server. You can either ...
https://dev.mysql.com/doc/refman/8.0/en/error-lost-connection.html
Usually it indicates network connectivity trouble and you should check the condition of your network if this error occurs frequently. If the error message includes “during query,” this is probably the case you are experiencing. You may see ...
https://dev.mysql.com/doc/refman/8.0/en/myisam-check.html
To check a MyISAM table, use the following commands: myisamchk tbl_name This finds 99.99% of all errors. It first checks all index entries for errors and then reads through all rows. This causes myisamchk to keep going, up through a maximum of 20 ...What it cannot find is corruption that involves only the data file (which is very ...
https://dev.mysql.com/doc/refman/8.0/en/sys-statements-with-errors-or-warnings.html
These views display normalized statements that have produced errors or warnings. By default, rows are sorted by descending error and warning counts. The statements_with_errors_or_warnings and x$statements_with_errors_or_warnings views have these ...
Displaying 41 to 50 of 949 total results