Search



Search Results
Displaying 311 to 320 of 712 total results
https://dev.mysql.com/doc/refman/8.4/en/connection-access.html
Credentials are interpreted using the authentication plugin named in the plugin column. The authentication method implemented by the plugin that authenticates the client may or may not use the password in the authentication_string column. Rather, ...
https://dev.mysql.com/doc/refman/8.4/en/data-masking-components-installation.html
Previously, MySQL implemented masking and de-identification capabilities as a plugin library file containing a plugin and several loadable functions. Before you begin the component installation, remove the data_masking plugin and all of its loadable ... Components provide expanded access to MySQL Enterprise Data Masking and De-Identification ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-thread-pool.html
For MySQL 8.4, the Thread Pool plugin is included in MySQL Enterprise Edition, a commercial product. The Thread Pool plugin provides an alternative thread-handling model designed to reduce overhead and improve performance. The Thread Pool plugin ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-elements.html
MySQL Enterprise Firewall is based on a plugin library that includes these elements: A server-side plugin named MYSQL_FIREWALL examines SQL statements before they execute and, based on the registered firewall profiles, renders a decision whether to ...Tables in the firewall database provide backing storage of firewall data for persistence of profiles across server ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-installation.html
To verify that, connect to the server and execute this statement: mysql> SHOW GLOBAL VARIABLES LIKE 'mysql_firewall_mode'; +---------------------+-------+ | Variable_name | Value | +---------------------+-------+ | mysql_firewall_mode | ON | ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-reference.html
Typically, the MYSQL_FIREWALL server-side plugin stores its internal data (tables, stored procedures, and functions) in the mysql system database, but you can create and use a custom schema instead (see Installing MySQL Enterprise Firewall). When ...
https://dev.mysql.com/doc/refman/8.4/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/8.4/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/8.4/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/8.4/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 ...
Displaying 311 to 320 of 712 total results