Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-config.html
--plugindir The default plugin directory path name, defined when configuring MySQL. Permitted var_name values are pkgincludedir (the header file directory), pkglibdir (the library directory), and plugindir (the plugin directory). mysql_config ...
https://dev.mysql.com/doc/refman/8.4/en/network-namespace-support.html
If errors occur for X Plugin during plugin initialization such that it is unable to bind to any address, the plugin fails its initialization sequence and the server does not load it. A network namespace is a logical copy of the network stack from ...
https://dev.mysql.com/doc/refman/8.4/en/password-logging.html
By default, contents of audit log files produced by the audit log plugin are not encrypted and may contain sensitive information, such as the text of SQL statements. Statements received by the server may be rewritten if a query rewrite plugin is ...
https://dev.mysql.com/doc/refman/8.4/en/replication-privilege-checks.html
Important The caching_sha2_password authentication plugin is the default for new users (for details, see Section 8.4.1.2, “Caching SHA-2 Pluggable Authentication”). To connect to a server using a user account that authenticates with this plugin, ... By default, MySQL replication (including Group Replication) does not carry out privilege checks when transactions that were already accepted by another server are applied on a replica or group ...
https://dev.mysql.com/doc/refman/8.4/en/replication-semisync-monitoring.html
The plugins for semisynchronous replication expose a number of status variables that enable you to monitor their operation. The value is 1 if the plugin has been enabled and a commit acknowledgment has not occurred. It is 0 if the plugin is not ...
https://dev.mysql.com/doc/refman/8.4/en/thread-pool-elements.html
The thread_handling system variable has a value of loaded-dynamically when the server successfully loads the thread pool plugin. The other related system variables are implemented by the thread pool plugin and are not available unless it is enabled.
https://dev.mysql.com/doc/refman/8.4/en/validate-password-installation.html
Upgrades to MySQL 8.4 from 8.3 using Yum or RPM packages leave the validate_password plugin in place. To make the transition from the validate_password plugin to the validate_password component, see Section 8.4.3.3, “Transitioning to the Password ... This section describes how to install and uninstall the validate_password password-validation ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-6.html
(Bug #37682648) Queries against the performance_schema.keyring_keys table caused issues when the keyring_okv plugin (see Using the keyring_okv KMIP Plugin) was installed but not configured correctly. (Bug #116239, Bug #37105430, Bug #37675340) The ... Note These release notes were created with the assistance of MySQL HeatWave ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.encrypted-binlog-relaylog.html
If the server uses a keyring plugin or component other than component_keyring_encrypted_file, mysqlbackup accesses the keyring to obtain the replication master key and uses it to decrypt the individual log files' passwords. If you want to use ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.usage.html
The following sections describe the command-line options for the different modes of operation of mysqlbackup. Use the hyperlinks at the option names to jump to the detailed descriptions for the options. Note The command options can also be ...