Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-server-compatibility.html
skip_invalid_accounts Skips user accounts created with external authentication plugins that are not supported in MySQL HeatWave on AWS. MySQL Server Compatibility 7.1.2 MySQL Server Compatibility MySQL HeatWave on AWS has several security-related ...
https://dev.mysql.com/doc/heatwave-aws/en/hw-aws-upgrading-mysql-8.4-9-x.html
Here are some important changes you should be aware of before upgrading your DB system from MySQL 8.4 LTS to MySQL 9.x Innovation: The mysql_native_password authentication plugin is removed in MySQL 9.0. Upgrading MySQL 8.4 LTS to MySQL 9.x ...
https://dev.mysql.com/doc/connector-j/en/connector-j-named-pipe.html
Connector/J also supports access to MySQL using named pipes on Windows platforms with the NamedPipeSocketFactory as a plugin-sockets factory. Important Minimal permissions on named pipes are granted to clients that use them to connect to the server. Connector/J, however, can only use named pipes when granted full access on ...
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 ...