PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.4Kb
Man Pages (Zip)
- 378.4Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-ndbd-definition.html
If EnablePartialLcp is disabled (false), each LCP uses only a single file and writes a full checkpoint; this requires the least amount of disk space for LCPs, but increases the write load for each LCP. Setting this parameter to false also disables ... The [ndbd] and [ndbd default] sections are used to configure the behavior of the cluster's data ...
https://dev.mysql.com/doc/refman/9.7/en/json-modification-functions.html
The functions in this section modify JSON values and return the result. JSON_ARRAY_APPEND(json_doc, path, val[, path, val] ...) Appends values to the end of the indicated arrays within a JSON document and returns the result. An error occurs if the ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-filter-definitions.html
Without log specified, logging is true if no class or event item is specified, and false otherwise (in which case, class or event can include their own log item). For example: "event": { "name": qualifying event subclass names "abort": condition } ... Important The audit_log plugin is deprecated, and is being replaced by the audit_log ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-filter-definitions.html
Without log specified, logging is true if no class or event item is specified, and false otherwise (in which case, class or event can include their own log item). For example: "event": { "name": qualifying event subclass names "abort": condition } ...For information about using JSON data in MySQL, see Section 13.5, “The JSON Data ...
https://dev.mysql.com/doc/refman/9.7/en/numeric-type-syntax.html
For integer data types, M indicates the minimum display width. Display width is unrelated to the range of values a type can store, as described in Section 13.1.6, “Numeric Type Attributes”. For floating-point and fixed-point data types, M is ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-configurator-cli.html
enable-tcp-ip N/A N/A bool true, false true configure, reconfigure N/A Indicates whether the server permits connections over TCP/IP. open_win_firewall N/A open-windows-firewall, openfirewall bool true, false true configure, reconfigure ... MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/server-system-variables.html
Boolean variables can be set at startup to the values ON, TRUE, OFF, and FALSE (not case-sensitive), as well as 1 and 0. caching_sha2_password_enforce_storage_format Command-Line Format --caching_sha2_password_enforce_storage_format=value System ...
https://dev.mysql.com/doc/refman/9.7/en/json.html
You can compare the results shown by this query: mysql> SELECT -> JSON_MERGE_PRESERVE('[1, 2]', '["a", "b", "c"]', '[true, false]') AS Preserve, -> JSON_MERGE_PATCH('[1, 2]', '["a", "b", "c"]', '[true, false]') AS Patch\G *************************** ...The JSON data type provides these advantages over storing JSON-format strings in a string column: Automatic validation of JSON documents stored in JSON ...
https://dev.mysql.com/doc/refman/9.7/en/tracing-example.html
Now we can examine the trace, whose first column (QUERY), containing the original statement to be traced, is shown here: SELECT * FROM INFORMATION_SCHEMA.OPTIMIZER_TRACE\G *************************** 1. row *************************** QUERY: SELECT ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-tcp-definition.html
Connection parameters which can be set in [tcp] and [tcp default] sections of the config.ini file are listed here: AllowUnresolvedHostNames Version (or later) NDB 9.7.0 Type or units boolean Default false Range true, false Restart Type Node Restart: ... TCP/IP is the default transport mechanism for all connections between nodes in an NDB ...