https://dev.mysql.com/keyring-hashicorp-plugin.html
| +--------------------------------------+ 1 row in set (0.03 sec) If the plugin is not able to connect to HashiCorp Vault during initialization or reconfiguration and there was no existing connection, the _commit_ system variables are set to 'Not ... Note The keyring_hashicorp plugin is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/other-vendor-data-types.html
To facilitate the use of code written for SQL implementations from other vendors, MySQL maps data types as shown in the following table. These mappings make it easier to import table definitions from other database systems into MySQL. If you create ...
https://dev.mysql.com/full-text-adding-collation.html
This section describes how to add a new collation for full-text searches using the built-in full-text parser. The sample collation is like latin1_swedish_ci but treats the '-' character as a letter rather than as a punctuation character so that it ...
https://dev.mysql.com/mysql-cluster-mgm-definition.html
Wan Table 22.20 This table provides type and value information for the wan management node configuration parameter Property Value Version (or later) NDB 8.0.13 Type or units boolean Default false Range true, false Restart Type N Use WAN TCP setting ... The [ndb_mgmd] section is used to configure the behavior of the management ...
https://dev.mysql.com/fulltext-search-ngram.html
For boolean mode search, the search term is converted to an ngram phrase search. The built-in MySQL full-text parser uses the white space between words as a delimiter to determine where words begin and end, which is a limitation when working with ...
https://dev.mysql.com/request-access.html
After you establish a connection, the server enters Stage 2 of access control. For each request that you issue through that connection, the server determines what operation you want to perform, then checks whether you have sufficient privileges to ...
https://dev.mysql.com/global-error-reference.html
Error number: 76; Symbol: EE_INCORRECT_BOOLEAN_VALUE_FOR_OPTION; Message: option '%s': boolean value '%s' was not recognized. This section lists “global” error messages that are shared in the sense that they can be produced by the MySQL server ...
https://dev.mysql.com/connecting-using-uri-or-key-value-pairs.html
The connection-attributes parameter value must be empty (the same as specifying true), a Boolean value (true or false to enable or disable the default attribute set), or a list or zero or more key=value specifiers separated by commas (to be sent in ... This section describes use of URI-like connection strings or key-value pairs to specify how to establish connections to the MySQL server, for clients such as MySQL ...
https://dev.mysql.com/sys-ps-setup-reset-to-default.html
in_verbose BOOLEAN: Whether to display information about each setup stage during procedure execution. row *************************** status: Resetting: setup_actors DELETE FROM performance_schema.setup_actors WHERE NOT (HOST = '%' AND USER = '%' ...
https://dev.mysql.com/rewriter-query-rewrite-plugin-reference.html
rewriter_enabled Property Value System Variable rewriter_enabled Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean Default Value ON Whether the Rewriter query rewrite plugin is enabled. Users communicate with the plugin by modifying the ...