Search Results
https://dev.mysql.com/doc/refman/9.7/en/alter-database.html
If the Clone plugin is used to clone a local or remote data directory, the databases in the clone retain the read-only state they had in the source data directory. alter_option: { [DEFAULT] CHARACTER SET [=] charset_name | [DEFAULT] COLLATE [=] ...
https://dev.mysql.com/doc/refman/9.7/en/alter-table.html
A keyring plugin must be installed and configured to enable encryption. ALTER TABLE tbl_name [alter_option [, alter_option] ...] [partition_options] alter_option: { table_options | ADD [COLUMN] col_name column_definition [FIRST | AFTER col_name] | ...
https://dev.mysql.com/doc/refman/9.7/en/alter-tablespace.html
A keyring plugin must be installed and configured before encryption can be enabled. It can be used to add a new data file to, or to drop a data file from an NDB tablespace. It can also be used to rename an NDB Cluster Disk Data tablespace, rename an ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-file-formats.html
This can occur if the connection attempt is unsuccessful, the client passes no attributes, or the connection occurs internally such as during server startup or when initiated by a plugin. The MySQL server calls the audit log component to write an ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-filtering.html
For more information about filter definitions, see Section 8.4.6.8, “Writing Audit Log Plugin Filter Definitions (Deprecated)”. Note For audit log filtering to work as described here, the audit log component and the accompanying audit tables ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-logging-configuration.html
Any keyring component or plugin can be used; for instructions, see Section 8.4.5, “The MySQL Keyring”. This section describes how to configure audit logging characteristics, such as the file to which the audit log component writes events, the ...
https://dev.mysql.com/doc/refman/9.7/en/connection-compression-control.html
See Section 22.5.5, “Connection Compression with X Plugin” for information on X Protocol connection compression. Connections to the server can use compression on the traffic between client and server to reduce the number of bytes sent over the ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/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 ...