Search Results
https://dev.mysql.com/doc/refman/9.7/en/function-loading.html
Components or plugins that are installed at startup may automatically install related functions. This does not apply to functions installed automatically by a component or plugin. DROP FUNCTION cannot be used to drop a loadable function that is ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-distributed-recovery-connections.html
When a remote cloning operation is used for distributed recovery, the clone plugin's setting for clone_enable_compression applies. If you are not using SSL for distributed recovery (so group_replication_recovery_use_ssl is set to OFF), and the ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-distributed-recovery.html
Group Replication uses a combination of these methods for state transfer during distributed recovery: A remote cloning operation using the clone plugin's function. To enable this method of state transfer, you must install the clone plugin on the ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-resource-manager-component.html
URN: file://component_group_replication_resource_manager Prior to installing the Group Replication Resource Manager component, the Group Replication plugin should be installed using INSTALL PLUGIN or --plugin-load-add (see Section 20.2.1.2, ... The ...
https://dev.mysql.com/doc/refman/9.7/en/information-schema-connection-control-failed-login-attempts-table.html
Note This table is deprecated, as are the Connection Control plugins; users are encouraged to migrate to the Connection Control component, which provides an equivalent Performance Schema table connection_control_failed_login_attempts. Notes The ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-parameters.html
The INSTALL PLUGIN and UNINSTALL PLUGIN plugin-management statements fail because the mysql.plugin system table uses InnoDB. InnoDB Startup Options InnoDB System Variables System variables that are true or false can be enabled at server startup by ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/en/performance-schema-mysql-option-table.html
To be shown in this table, a component or plugin must be written and compiled with support for the Option Tracker component. Not all MySQL components and plugins currently available provide such support. See Section 7.5.9.2, “Option Tracker ...
https://dev.mysql.com/doc/refman/9.7/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.1, “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 ...