Search



Search Results
Displaying 451 to 460 of 747 total results
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configuration-file.html
Upon the completion of the deployment described in this guide, the MySQL configuration file (/etc/my.cnf) contains these configuration settings: [mysqld] datadir=/usr/local/mysql/data socket=/tmp/mysql.sock port=3306 ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-data-masking.html
MySQL Enterprise Data Masking and De-Identification is implemented as a plugin library file that contains these components: A server-side plugin named data_masking. As of MySQL 8.0.13, MySQL Enterprise Edition provides data masking and ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-relnotes.html
2024-02-15: MySQL Enterprise Audit Now Supported MySQL HeatWave on AWS now supports the MySQL Enterprise Audit plugin. The audit plugin enables the MySQL Server to produce a log file containing an audit record of server activities such as when ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-security.html
Connection Control MySQL HeatWave on AWS supports a plugin library that enables Administrators to introduce an increasing delay in server response to connection attempts after a configurable number of consecutive failed attempts. The default ...
https://dev.mysql.com/doc/heatwave-aws/en/hw-aws-upgrading-mysql-8.0-8.4.html
Here are some important changes you should be aware of before upgrading your DB system from MySQL 8.0 BugFix to MySQL 8.4 LTS: As the default_authentication_plugin variable is removed in MySQL 8.4, the DB system ignores the ... Upgrading MySQL 8.0 ...
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 ...
Displaying 451 to 460 of 747 total results