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
Search Results
https://dev.mysql.com/doc/refman/8.0/en/crashing.html
The current dynamic row code has been in use for several years with very few problems, but dynamic-length rows are by nature more prone to errors, so it may be a good idea to try this strategy to see whether it helps. If mysqld has died and ... Each ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-waiter.html
Possible levels and their effects are listed here: 0: Do not print (return exit code only; see following for exit codes). Exit codes returned by ndb_waiter are listed here, with their meanings: 0: Success. ndb_waiter repeatedly (each 100 ...
https://dev.mysql.com/doc/refman/8.0/en/sql-prepared-statements.html
For compliance with the SQL standard, which states that diagnostics statements are not preparable, MySQL does not support the following as prepared statements: SHOW WARNINGS, SHOW COUNT(*) WARNINGS SHOW ERRORS, SHOW COUNT(*) ERRORS Statements ...
https://dev.mysql.com/doc/refman/8.0/en/flush.html
| tables_option } flush_option: { BINARY LOGS | ENGINE LOGS | ERROR LOGS | GENERAL LOGS | HOSTS | LOGS | PRIVILEGES | OPTIMIZER_COSTS | RELAY LOGS [FOR CHANNEL channel] | SLOW LOGS | STATUS | USER_RESOURCES } tables_option: { table_synonym | ...| ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-backup-using-management-client.html
If an existing backup_id value is used, the backup fails with the error Backup failed: file already exists. Error: 1321 - Backup aborted by user request: Permanent error: User defined error Node 3: Backup 3 started from 5 has been aborted. Error: ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-move-data.html
--staging-tries=x[,y[,z]] Command-Line Format --staging-tries=x[,y[,z]] Type String Default Value 0,1000,60000 Specify tries on temporary errors. Usage The program is invoked with the names of the source and target tables; either or both of these ...
https://dev.mysql.com/doc/refman/8.0/en/spatial-relation-functions-object-shapes.html
If any geometry argument is not a syntactically well-formed geometry, an ER_GIS_INVALID_DATA error occurs. If any geometry argument is a syntactically well-formed geometry in an undefined spatial reference system (SRS), an ER_SRS_NOT_FOUND error ...
https://dev.mysql.com/doc/refman/8.0/en/faqs-mysql-cluster.html
The loading process terminates prematurely and I get an error message like this one: A.10.14. How do I find out what an error or warning message means when using NDB Cluster? A.10.19. In some cases it is possible to get Table is full errors in MySQL ... In the following section, we answer questions that are frequently asked about MySQL NDB Cluster and the NDB storage ...
https://dev.mysql.com/doc/refman/8.0/en/json-modification-functions.html
An error occurs if the json_doc argument is not a valid JSON document or any path argument is not a valid path expression or contains a * or ** wildcard. An error occurs if the json_doc argument is not a valid JSON document or any path argument is ... The functions in this section modify JSON values and return the ...
https://dev.mysql.com/doc/refman/8.0/en/precision-math-expressions.html
(See Section 7.1.11, “Server SQL Modes”.) The following discussion mentions strict mode (selected by the STRICT_ALL_TABLES or STRICT_TRANS_TABLES mode values) and ERROR_FOR_DIVISION_BY_ZERO. To turn on all restrictions, you can simply use ...