Search Results
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-unsupported-features.html
Unsupported MySQL Server Features 3.1.2.4 Unsupported MySQL Server Features The following features of MySQL Server are currently unsupported in MySQL HeatWave on AWS: Authentication plugins other than Native Pluggable Authentication ...Modification ...
https://dev.mysql.com/doc/connector-j/en/connecting-using-kerberos.html
For that to work, Connector/J must be configured with the connection property setting defaultAuthenticationPlugin=authentication_kerberos_client and then the MySQL user name may be extracted from the Kerberos principal associated to the locally ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connection-compression-xdevapi.html
General details about this feature can be found in Connection Compression with X Plugin. The option takes a list of triplets separated by commas (,), and each triplet in turn contains the following elements, separated by colons (:): The compression ... Connector/J supports data compression for X DevAPI connections when working with MySQL Server 8.0.19 and ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-connect-drivermanager.html
When the user for the connection is unspecified, Connector/J's implementations of the authentication plugins use by default the name of the OS user who runs the application for authentication with the MySQL server (except when the Kerberos ... When ...
https://dev.mysql.com/doc/refman/8.4/en/account-categories.html
Account manipulation includes creating and dropping accounts, granting and revoking privileges, changing account authentication characteristics such as credentials or authentication plugin, and changing other account characteristics such as password ... MySQL incorporates the concept of user account categories, based on the SYSTEM_USER ...
https://dev.mysql.com/doc/refman/8.4/en/alter-instance.html
To perform this action, a keyring plugin must be installed and configured. To perform this action, a keyring plugin must be installed and configured. ALTER INSTANCE instance_action instance_action: { | {ENABLE|DISABLE} INNODB REDO_LOG | ROTATE ...
https://dev.mysql.com/doc/refman/8.4/en/atomic-ddl.html
An atomic DDL statement combines the data dictionary updates, storage engine operations, and binary log writes associated with a DDL operation into a single, atomic operation. The operation is either committed, with applicable changes persisted to ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-elements.html
MySQL Enterprise Audit is based on the audit log plugin and related elements: A server-side plugin named audit_log examines auditable events and determines whether to write them to the audit log. A set of functions enables manipulation of filtering ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-restrictions.html
The plugin must be installed on each MySQL server that is used to execute SQL on the cluster. Audit plugin data must be aggregated amongst all MySQL servers used with the cluster. MySQL Enterprise Audit is subject to these general restrictions: ...
https://dev.mysql.com/doc/refman/8.4/en/clone.html
CLONE clone_action clone_action: { LOCAL DATA DIRECTORY [=] 'clone_dir'; | INSTANCE FROM 'user'@'host':port IDENTIFIED BY 'password' [DATA DIRECTORY [=] 'clone_dir'] [REQUIRE [NO] SSL] } The CLONE statement is used to clone data locally or from a ...