Search Results
https://dev.mysql.com/doc/refman/8.4/en/internal-functions.html
CAN_ACCESS_COLUMN(ARGS) CAN_ACCESS_DATABASE(ARGS) CAN_ACCESS_TABLE(ARGS) CAN_ACCESS_USER(ARGS) CAN_ACCESS_VIEW(ARGS) GET_DD_COLUMN_PRIVILEGES(ARGS) GET_DD_CREATE_OPTIONS(ARGS) GET_DD_INDEX_SUB_PART_LENGTH(ARGS) INTERNAL_AUTO_INCREMENT(ARGS) ...
https://dev.mysql.com/doc/refman/8.4/en/internal-locking.html
Deadlocks affect performance rather than representing a serious error, because InnoDB automatically detects deadlock conditions by default and rolls back one of the affected transactions. This section discusses internal locking; that is, locking ...
https://dev.mysql.com/doc/refman/8.4/en/invoking-programs.html
This is likely to be the case if you get a “program not found” error whenever you attempt to run a MySQL program from any directory other than the bin directory. To invoke a MySQL program from the command line (that is, from your shell or ...
https://dev.mysql.com/doc/refman/8.4/en/json-creation-functions.html
An error occurs if any key name is NULL or the number of arguments is odd. The functions listed in this section compose JSON values from component elements. JSON_ARRAY([val[, val] ...]) Evaluates a (possibly empty) list of values and returns a JSON ...
https://dev.mysql.com/doc/refman/8.4/en/json-functions.html
For functions that take a JSON argument, an error occurs if the argument is not a valid JSON value. The functions described in this section perform operations on JSON values. For discussion of the JSON data type and additional examples showing how ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-hashicorp-plugin.html
Note If you do not set the mandatory system variables at server startup, or if some other plugin initialization error occurs, initialization fails. Note The keyring_hashicorp plugin is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-okv-plugin.html
Note The keyring_okv plugin is an extension included in MySQL Enterprise Edition, a commercial product. The Key Management Interoperability Protocol (KMIP) enables communication of cryptographic keys between a key management server and its clients.
https://dev.mysql.com/doc/refman/8.4/en/keyring-plugin-installation.html
For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE 'keyring%'; +--------------+---------------+ | PLUGIN_NAME | PLUGIN_STATUS | +--------------+---------------+ | keyring_okv | ACTIVE | ...
https://dev.mysql.com/doc/refman/8.4/en/kill.html
If the thread is waiting for free disk space in a write call, the write is aborted with a “disk full” error message. KILL [CONNECTION | QUERY] processlist_id Each connection to mysqld runs in a separate thread. Thread processlist identifiers ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-apt-repo.html
This section provides guidance on installing MySQL using the MySQL APT repository. First, add the MySQL APT repository to your system's software repository list. Follow these steps: Go to the download page for the MySQL APT repository at ...