Search



Search Results
Displaying 601 to 610 of 712 total results
https://dev.mysql.com/doc/connector-j/en/connector-j-using-openID.html
Connector/J supports authentication for users created on a MySQL server using the authentication_openid_connect plugin. OpenID Connect is an authentication protocol based on the OAuth 2.0 framework, providing a simplified and interoperable ways of ...
https://dev.mysql.com/doc/connector-j/en/connector-j-WebAuthn-authentication.html
It assumes there is a MySQL server running and configured to support WebAuthn authentication, with the authentication plugin authentication_webauthn loaded and the system variable authentication_webauthn_rp_id properly configured. Web ...
https://dev.mysql.com/doc/refman/8.4/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/8.4/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/8.4/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/8.4/en/audit-log-security.html
By default, contents of audit log files produced by the audit log plugin are not encrypted and may contain sensitive information, such as the text of SQL statements. For security reasons, audit log files should be written to a directory accessible ...
https://dev.mysql.com/doc/refman/8.4/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/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.
Displaying 601 to 610 of 712 total results