PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/insert-delayed.html
The server recognizes but ignores the DELAYED keyword, handles the insert as a nondelayed insert, and generates an ER_WARN_LEGACY_SYNTAX_CONVERTED warning: INSERT DELAYED is no longer supported. The DELAYED option for the INSERT statement is a MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/json-creation-functions.html
Two aggregate functions generating JSON values are available (MySQL 5.7.22 and later). The functions listed in this section compose JSON values from component elements. JSON_ARRAY([val[, val] ...]) Evaluates a (possibly empty) list of values and ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-functions-general-purpose.html
Otherwise, an error occurs: ERROR 1123 (HY000): Can't initialize function 'keyring_key_generate'; This function requires keyring_udf plugin which is not installed. Otherwise, an error occurs: ERROR 3188 (HY000): Function 'keyring_key_generate' ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-functions-plugin-specific.html
AWS KMS maintains previous CMK versions, so keys generated using previous CMKs remain decryptable after rotation. For each keyring plugin-specific function, this section describes its purpose, calling sequence, and return value. For information ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-key-types.html
MySQL Keyring supports keys of different types (encryption algorithms) and lengths: The available key types depend on which keyring plugin is installed. The permitted key lengths are subject to multiple factors: General keyring loadable-function ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-plugin-installation.html
keyring_aws: Communicates with the Amazon Web Services Key Management Service as a back end for key generation and uses a local file for key storage. Keyring service consumers require that a keyring plugin be installed. This section describes how ...
https://dev.mysql.com/doc/refman/5.7/en/keyring.html
keyring_aws: Communicates with the Amazon Web Services Key Management Service for key generation and uses a local file for key storage. MySQL Server supports a keyring that enables internal server components and plugins to securely store sensitive ...
https://dev.mysql.com/doc/refman/5.7/en/ldml-rules.html
The MySQL server generates diagnostics when it finds problems while parsing the Index.xml file. This is a subset of the syntax described in the LDML specification available at http://www.unicode.org/reports/tr35/, which should be consulted for ...
https://dev.mysql.com/doc/refman/5.7/en/lock-tables.html
The scope of a lock generated by LOCK TABLES is a single MySQL server. LOCK {TABLE | TABLES} tbl_name [[AS] alias] lock_type [, tbl_name [[AS] alias] lock_type] ... lock_type: { READ [LOCAL] | [LOW_PRIORITY] WRITE } UNLOCK {TABLE | TABLES} MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/macos-installation-notes.html
You should keep the following issues and notes in mind: As of macOS 10.14 (Majave), the macOS MySQL 5.7 Installer application requires permission to control System Events so it can display a generated (temporary) MySQL root password. Choosing ...