Search



Search Results
Displaying 221 to 230 of 753 total results
https://dev.mysql.com/doc/refman/9.7/en/keyring-aws-component.html
The AWS Keyring component is intended to replace the AWS Keyring plugin, which is now deprecated. AWS Keyring Component Configuration Simple authentication mode Native authentication mode Migration from AWS keyring plugin AWS Keyring Component ...
https://dev.mysql.com/doc/refman/9.7/en/password-management.html
Internal Versus External Credentials Storage Some authentication plugins store account credentials internally to MySQL, in the mysql.user system table: caching_sha2_password sha256_password (deprecated) Most discussion in this section applies to ...
https://dev.mysql.com/doc/refman/9.7/en/pluggable-storage.html
Plugging in a Storage Engine Before a storage engine can be used, the storage engine plugin shared library must be loaded into MySQL using the INSTALL PLUGIN statement. The shared library must be located in the MySQL server plugin directory, the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-encrypted-innodb.html
Notes Since the keyring_file and the keyring_encrypted_file plugins have been removed from the MySQL Server since release 8.4.0, they are no longer supported by MySQL Enterprise Backup. Important For MySQL Enterprise Backup to backup encrypted ...
https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
kerberos_auth_mode SSPI Windows-only, for choosing between SSPI and GSSAPI at runtime for the authentication_kerberos_client authentication plugin on Windows. Connector/Python supports authentication plugins available as of MySQL 8.0, including the ... A connection with the MySQL server can be established using either the mysql.connector.connect() function or the mysql.connector.MySQLConnection() class: cnx = mysql.connector.connect(user='joe', database='test') cnx = MySQLConnection(user='joe', database='test') The following table describes the arguments that can be used to initiate a ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connectargs.html
kerberos_auth_mode SSPI Windows-only, for choosing between SSPI and GSSAPI at runtime for the authentication_kerberos_client authentication plugin on Windows. Connector/Python supports authentication plugins available as of MySQL 8.0, including the ... A connection with the MySQL server can be established using either the mysql.connector.connect() function or the mysql.connector.MySQLConnection() class: cnx = mysql.connector.connect(user='joe', database='test') cnx = MySQLConnection(user='joe', database='test') The following table describes the arguments that can be used to initiate a ...
https://dev.mysql.com/doc/internals/en/mysql-specific-cmake-macros.html
Example usage: MYSQL_ADD_EXECUTABLE(mysqld ${MYSQLD_SOURCE} \ DESTINATION ${INSTALL_SBINDIR}) MYSQL_ADD_PLUGIN: Build MySQL Plugin MYSQL_ADD_PLUGIN(plugin_name source1...sourceN [STORAGE_ENGINE] [MANDATORY|DEFAULT] [STATIC_ONLY|MODULE_ONLY] ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html
(Bug #31636723, Bug #100248) Connection Management Notes For connections made using X Plugin, Connector/C++ now enables specifying the compression algorithms to be used for connections that use compression. (WL #13908, WL #13947) Legacy (JDBC API) ... Compilation Notes Connection Management Notes Legacy (JDBC API) Notes Bugs Fixed Compilation Notes Connector/C++ now can be compiled using MinGW on ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-mysql-enterprise-audit.html
MySQL Enterprise Audit 3.1.2.7 MySQL Enterprise Audit MySQL HeatWave on AWS supports the MySQL Enterprise Audit plugin for MySQL Server 8.1.0 and later. The audit plugin enables the MySQL Server to produce a log file containing an audit record of ...The log contents can include information such as when clients connected and disconnected, what actions they performed while connected, and which databases and tables they ...
https://dev.mysql.com/doc/refman/9.7/en/keyring-key-types.html
MySQL Keyring supports keys of different types (encryption algorithms) and lengths: The available key types depend on which keyring plugin is installed. In addition to the general limits, individual keyring plugins may impose restrictions on key ...
Displaying 221 to 230 of 753 total results