Search Results
https://dev.mysql.com/doc/refman/8.4/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/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/8.4/en/added-deprecated-removed.html
mysql_firewall_database: Database from which MySQL Enterprise Firewall plugin sources its tables and stored procedures. group_replication_allow_local_lower_version_join: Allow current server to join group even if it has lower plugin version than ...
https://dev.mysql.com/doc/refman/8.4/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/relnotes/mysql/8.4/en/news-8-2-0.html
(Bug #35611072) Authentication Notes The mysql_native_password plugin, which was deprecated previously, now is no longer mandatory and can be disabled at server startup. For general information about pluggable authentication and other available ...
https://dev.mysql.com/doc/refman/8.4/en/privileges-provided.html
Others are defined by a particular component or plugin, as indicated in the privilege descriptions. In such cases, the privilege is unavailable unless the component or plugin that defines it is enabled. This privilege is defined by the audit_log ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-1.html
(Bug #35902913) MySQL now calls plugin->deinit() with a valid plugin struct as an argument regardless of the plugin's type. Authentication Notes Improved log messages to provide clear reasons for Access denied errors when using the ...It was removed ...
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/8.4/en/faqs-security.html
What is the default authentication plugin in MySQL 8.4? The default authentication plugin as of MySQL 8.0 is caching_sha2_password. For information about this plugin, see Section 8.4.1.2, “Caching SHA-2 Pluggable Authentication”. The ...Where ...
https://dev.mysql.com/doc/c-api/8.4/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 ...