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/insert-select.html
INSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNORE] [INTO] tbl_name [PARTITION (partition_name [, partition_name] ...)] [(col_name [, col_name] ...)] { SELECT ... | TABLE table_name | VALUES row_constructor_list } [ON DUPLICATE KEY UPDATE ...
https://dev.mysql.com/doc/refman/8.0/en/installation-layouts.html
Note that the layout of installations from vendors other than Oracle may differ from these layouts. The installation layout differs for different installation types (for example, native packages, binary tarballs, and source tarballs), which can ...
https://dev.mysql.com/doc/refman/8.0/en/ipv6-brokers.html
Note that if the broker allocates dynamic addresses, the address provided for your system might change the next time you connect to the broker. If you do not have a public IPv6 address that enables your system to communicate over IPv6 outside your ...
https://dev.mysql.com/doc/refman/8.0/en/json-modification-functions.html
Note For an explanation and example of the differences between this function and JSON_MERGE_PRESERVE(), see JSON_MERGE_PATCH() compared with JSON_MERGE_PRESERVE(). The functions in this section modify JSON values and return the result.
https://dev.mysql.com/doc/refman/8.0/en/json-search-functions.html
row *************************** Level: Note Code: 1003 Message: /* select#1 */ select json_unquote(json_extract(`jtest`.`jemp`.`c`,'$.name')) AS `name` from `jtest`.`jemp` where (`jtest`.`jemp`.`g` > 2) 1 row in set (0.00 sec) This is similar to how ... The functions in this section perform search or comparison operations on JSON values to extract data from them, report whether data exists at a location within them, or report the path to data within ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-component-plugin-comparison.html
Note component_keyring_oci (like the keyring_oci plugin) can only generate keys of type AES with a size of 16, 24, or 32 bytes. The MySQL Keyring originally implemented keystore capabilities using server plugins, but began transitioning to use the ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-encrypted-file-plugin.html
Note The keyring_encrypted_file plugin is an extension included in MySQL Enterprise Edition, a commercial product. The keyring_encrypted_file keyring plugin stores keyring data in an encrypted, password-protected file local to the server host. As ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-functions-general-purpose.html
Note Key values retrieved using keyring_key_fetch() are subject to the general keyring function limits described in Section 8.4.4.13, “Supported Keyring Key Types and Lengths”. MySQL Server supports a keyring service that enables internal ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-key-migration.html
Key Migration Using a Migration Server Note Online key migration using a migration server is only supported if the running server allows socket connections or TCP/IP connections using TLS; it is not supported when, for example, the server is running ... A keyring migration copies keys from one keystore to another, enabling a DBA to switch a MySQL installation to a different ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-key-types.html
Note component_keyring_oci (like the keyring_oci plugin) can only generate keys of type AES with a size of 16, 24, or 32 bytes. MySQL Keyring supports keys of different types (encryption algorithms) and lengths: The available key types depend on ...