Search Results
https://dev.mysql.com/doc/connector-cpp/9.7/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/connection-control-component-migration.html
Migrating from the Connection Control plugins to the Connection Control component consists of the following steps: Remove any references to the plugins in configuration files, including references made by --plugin-load-add or --early-plugin-load or ...
https://dev.mysql.com/doc/refman/9.7/en/keyring-okv-component.html
The Key Management Interoperability Protocol (KMIP) Keyring component is intended to replace the keyring_okv Keyring plugin, which is now deprecated. okvclient.ora contains SERVER= and STANDBY_SERVER= options, which you directly pass when ... Note ...
https://dev.mysql.com/doc/internals/en/storage-engine-options.html
Storage engines are plugins, so the options that control plugin building specify which storage engines to build. The --with-plugins configure option accepts two constructs that have no direct equivalent in CMake: --with-plugins accepts a ...To ...
https://dev.mysql.com/doc/refman/9.7/en/audit-api-message-emit.html
For concreteness, examples use the audit_log plugin described in Section 8.4.6, “MySQL Enterprise Audit Plugin (Deprecated)”. Installing or Uninstalling the Audit Message Component Audit Message Function Installing or Uninstalling the Audit ...
https://dev.mysql.com/doc/refman/9.7/en/faqs-security.html
What is the default authentication plugin in MySQL 9.7? The default authentication plugin as of MySQL 8.0 is caching_sha2_password. For information about this plugin, see Section 8.4.1.1, “Caching SHA-2 Pluggable Authentication”. The ...Where ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-options.html
MYSQL_DEFAULT_AUTH (argument type: char *) The name of the authentication plugin to use. MYSQL_ENABLE_CLEARTEXT_PLUGIN (argument type: bool *) Enable the mysql_clear_password cleartext authentication plugin. This option applies to clients that ...
https://dev.mysql.com/doc/refman/9.7/en/environment-variables.html
LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN Enable mysql_clear_password authentication plugin; see Section 8.4.1.3, “Client-Side Cleartext Pluggable Authentication”. MYSQLX_UNIX_PORT The X Plugin default Unix socket file name; used for connections to ...
https://dev.mysql.com/doc/refman/9.7/en/firewall.html
In MySQL 9.7, MySQL Enterprise Firewall is available as a plugin (see Section 8.4.9.1, “The MySQL Enterprise Firewall Plugin”), and as a component (see Section 8.4.9.2, “The MySQL Enterprise Firewall Component”). We recommend that you ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-system-variables.html
This section lists the system variables that are specific to the Group Replication plugin. When the member's expulsion or unreachable majority timeout is reached, it makes an attempt to rejoin (using the current plugin option values), then ...The ...