Search



Search Results
Displaying 391 to 400 of 753 total results
https://dev.mysql.com/doc/refman/9.7/en/mysql-configurator-workflow-server.html
For reconfigurations: Select the Upgrade MySQL Enterprise Firewall checkbox to upgrade your firewall plugin (deprecated) to the firewall component. For upgrades: Select the Upgrade MySQL Enterprise Firewall checkbox to upgrade your firewall plugin ... MySQL Configurator performs the initial configuration, a reconfiguration, and also functions as part of the uninstallation ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-enterprise-audit.html
MySQL Enterprise Edition includes MySQL Enterprise Audit, implemented using a server plugin. When installed, the audit plugin enables MySQL Server to produce a log file containing an audit record of server activity. For more information, see ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-enterprise-thread-pool.html
MySQL Enterprise Edition includes MySQL Enterprise Thread Pool, implemented using a server plugin. In MySQL Enterprise Edition, a thread pool plugin provides an alternative thread-handling model designed to reduce overhead and improve performance.
https://dev.mysql.com/doc/refman/9.7/en/option-tracker-component-tables.html
The mysql_option.option_usage table provides usage information about options available in the MySQL Server, components, and plugins: mysql> TABLE mysql_option.option_usage\G *************************** 1. This table, like other Performance Schema ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-instrument-naming.html
Suffixes may include levels such as these: A name for the major element (a server module such as myisam, innodb, mysys, or sql) or a plugin name. The names of thread instruments for ndbcluster plugin threads begin with thread/ndbcluster/; for more ... An instrument name consists of a sequence of elements separated by '/' ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-replication-connection-configuration-table.html
This column applies to replicas that authenticate with the sha256_password or caching_sha2_password authentication plugin. This column applies to replicas that authenticate with the caching_sha2_password authentication plugin. For that plugin, the ... This table shows the configuration parameters used by the replica for connecting to the ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-statement-digests.html
Digesting occurs in the parser regardless of whether the Performance Schema is available, so that other features such as MySQL Enterprise Firewall and query rewrite plugins have access to statement digests. If any query rewrite plugin is enabled, it ... The MySQL server is capable of maintaining statement digest ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-user-defined-functions-table.html
The user_defined_functions table contains a row for each loadable function registered automatically by a component or plugin, or manually by a CREATE FUNCTION statement. The file is located in the directory named by the plugin_dir system variable.
https://dev.mysql.com/doc/refman/9.7/en/query-attributes.html
An application passes extra processing information with each query, for use by a plugin such as an audit plugin or query rewrite plugin. The most visible part of an SQL statement is the text of the statement. Clients can also define query ...
https://dev.mysql.com/doc/refman/9.7/en/replication-howto-repuser.html
Important To connect to the source using a user account that authenticates with the caching_sha2_password plugin, you must either set up a secure connection as described in Section 19.3.1, “Setting Up Replication to Use Encrypted Connections”, ... Each replica connects to the source using a MySQL user name and password, so there must be a user account on the source that the replica can use to ...
Displaying 391 to 400 of 753 total results