Search Results
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-host-cache-table.html
COUNT_NO_AUTH_PLUGIN_ERRORS The number of errors due to requests for an unavailable authentication plugin. A plugin can be unavailable if, for example, it was never loaded or a load attempt failed. An authentication plugin can report different error ... The MySQL server maintains an in-memory host cache that contains client host name and IP address information and is used to avoid Domain Name System (DNS) ...
https://dev.mysql.com/doc/refman/8.4/en/set-variable.html
A system variable implemented by a plugin can be persisted if the plugin is installed when the SET statement is executed. Assignment of the persisted plugin variable takes effect for subsequent server restarts if the plugin is still installed. If ...
https://dev.mysql.com/doc/refman/8.4/en/start-group-replication.html
START GROUP_REPLICATION [USER='user_name'] [, PASSWORD='user_pass'] [, DEFAULT_AUTH='plugin_name'] Starts group replication. DEFAULT_AUTH: The name of the authentication plugin used for the replication user account. If you do not specify this ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/standard-options.html
Required when using SASL-based LDAP authentication AND the client-side plugin is not in the server's plugin directory. The general options are options of a general nature, or options that are not classified under any other specific option group: ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-function-reference.html
The following table summarizes all functions available for the MySQL C API.
https://dev.mysql.com/doc/workbench/en/wb-mysql-firewall.html
Setup and Configuration MySQL Workbench can manage the MySQL Enterprise Firewall installation and configuration by installing (or uninstalling) and enabling (or disabling) the plugin, and enabling (or disabling) Firewall Tracer. To prepare MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-introduction.html
Connector/C++ applications that use X DevAPI or X DevAPI for C require a MySQL server that has X Plugin enabled. Connector/C++ applications that use the legacy JDBC-based API neither require nor support X Plugin. X DevAPI and X DevAPI for C ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
DefaultAuthenticationPlugin Takes precedence over the server-side default authentication plugin when a valid authentication plugin is specified (see Section 4.4.4, “Connector/NET Authentication”). The Defaultauthenticationplugin option is ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-authentication.html
OpenID Connect is supported with the authentication_openid_connect_client client-side authentication plugin connecting to MySQL Enterprise Edition with the authentication_openid_connect authentication plugin. FIDO-based authentication is supported ... Connector/ODBC supports different authentication methods, including: Standard authentication using a MySQL username and password, such as ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
DefaultAuthenticationPlugin Takes precedence over the server-side default authentication plugin when a valid authentication plugin is specified (see Section 4.4, “Connector/NET Authentication”). The Defaultauthenticationplugin option is ... This ...