Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a user. Pluggable authentication enables the server to determine which plugin applies, based on the user name and host name that your ...
https://dev.mysql.com/doc/connector-net/en/connector-net-authentication.html
MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a user. Pluggable authentication enables the server to determine which plugin applies, based on the user name and host name that your ...
https://dev.mysql.com/doc/refman/9.7/en/keyring-component-installation.html
Keyring service consumers require that a keyring component or plugin be installed: To use a keyring component, begin with the instructions here. To use a keyring plugin instead, begin with Section 8.4.5.3, “Keyring Plugin Installation”. If you ...MySQL provides these keyring component choices: component_keyring_file: Stores keyring data in a file local to the server ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-data-encryption.html
The data-at-rest encryption feature relies on a keyring component or plugin for master encryption key management. MySQL Enterprise Edition offers additional keyring components and plugins: component_keyring_encrypted_file: Stores keyring data in an ... InnoDB supports data-at-rest encryption for file-per-table tablespaces, general tablespaces, the mysql system tablespace, redo logs, and undo ...
https://dev.mysql.com/doc/refman/9.7/en/mysqlbinlog.html
--default-auth=plugin Command-Line Format --default-auth=plugin Type String A hint about which client-side authentication plugin to use. This option applies to clients that authenticate with the caching_sha2_password authentication plugin. For that ... The server's binary log consists of files containing “events” that describe modifications to database ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-status-monitoring.html
The server allocates mutex instruments for the plugins depending on how many they need and how many are available, as illustrated by the following sequence of statements: INSTALL PLUGIN plugin_a The server now has 150+40 = 190 mutex instruments. All ...Names for these variables have several forms: Performance_schema_xxx_classes_lost indicates how many instruments of type xxx could not be ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/myai-installation-clean-cmdline.html
Two entities are required for creating certificates: AI_PLUGIN (CN = ai_plugin) AI_ENGINE (CN = ai_engine) To create certificates, you first need to create a config file with the details of the Root CA (Certificate Authority). After generating the ... The MySQL AI Installer can also be run in command-line mode, without invoking the installation ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-authentication.html
For more information about the LDAP authentication plugins, see LDAP Pluggable Authentication. Connector/C++ binary distributions include the libraries that provide the client-side LDAP authentication plugins, as well as any dependent libraries ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-cloning.html
As a minimum, you must install the clone plugin on the donor and joining member, grant the BACKUP_ADMIN permission to the replication user for distributed recovery, and set the group_replication_clone_threshold system variable to an appropriate ...
https://dev.mysql.com/doc/refman/9.7/en/option-tracker-component-status-variables.html
option_tracker_usage:Enterprise AUDIT This count is incremented when any Audit Log plugin function is called, or when a new audit output file is opened for writing. See Section 8.4.6, “MySQL Enterprise Audit Plugin (Deprecated)”, for more ...