Search Results
https://dev.mysql.com/doc/refman/8.4/en/connection-control-information-schema-tables.html
The following sections describe the INFORMATION_SCHEMA tables associated with the connection_control plugin.
https://dev.mysql.com/doc/refman/8.4/en/create-role.html
A role when created is locked, has no password, and is assigned the default authentication plugin. CREATE ROLE [IF NOT EXISTS] role [, role ] ... CREATE ROLE creates one or more roles, which are named collections of privileges. To use this ...
https://dev.mysql.com/doc/refman/8.4/en/create-tablespace.html
A keyring plugin must be installed and configured before an encryption-enabled tablespace can be created. The precise syntax and semantics depend on the storage engine used. MySQL NDB Cluster also supports tablespaces using the NDB storage engine.
https://dev.mysql.com/doc/refman/8.4/en/creating-rsa-files-using-openssl.html
This section describes how to use the openssl command to set up the RSA key files that enable MySQL to support secure password exchange over unencrypted connections for accounts authenticated by the sha256_password (deprecated) and ...Note An ...
https://dev.mysql.com/doc/refman/8.4/en/creating-ssl-rsa-files-using-mysql.html
These key-pair files enable secure password exchange using RSA over unencrypted connections for accounts authenticated by the sha256_password (deprecated) or caching_sha2_password plugin; see Section 8.4.1.3, “SHA-256 Pluggable Authentication”, ... MySQL provides these ways to create the SSL certificate and key files and RSA key-pair files required to support encrypted connections using SSL and secure password exchange using RSA over unencrypted connections, if those files are missing: The server can autogenerate these files at startup, for MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/creating-ssl-rsa-files.html
RSA key files enable MySQL to support secure password exchange over unencrypted connections for accounts authenticated by the sha256_password (deprecated) or caching_sha2_password plugin. The following discussion describes how to create the files ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-event-fields.html
Error events intended for the error log contain a set of fields, each of which consists of a key/value pair. An event field may be classified as core, optional, or user-defined: A core field is set up automatically for error events. However, its ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-rule-based-filtering.html
This rule throttles plugin-shutdown messages to 5 occurrences per 60 seconds: IF err_code == ER_PLUGIN_SHUTTING_DOWN_PLUGIN THEN throttle 5. The log_filter_dragnet log filter component enables log filtering based on user-defined rules. To enable ...
https://dev.mysql.com/doc/refman/8.4/en/error-message-elements.html
5,000 to 5,999: Error codes reserved for use by X Plugin for messages sent to clients. This section discusses how error messages originate within MySQL and the elements they contain. The MySQL server writes some error messages to its error log.
https://dev.mysql.com/doc/refman/8.4/en/extended-show.html
Some extensions to SHOW statements accompany the implementation of INFORMATION_SCHEMA: SHOW can be used to get information about the structure of INFORMATION_SCHEMA itself. Several SHOW statements accept a WHERE clause that provides more ...