Search Results
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-replication-connection-configuration-table.html
This column applies to replicas that authenticate with the sha256_password (deprecated) or caching_sha2_password authentication plugin. This column applies to replicas that authenticate with the caching_sha2_password authentication plugin. For that ... This table shows the configuration parameters used by the replica for connecting to the ...
https://dev.mysql.com/doc/refman/8.4/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/8.4/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/8.4/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/8.4/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 ...
MySQL 8.4 Reference Manual :: 19.2.1.3 Determination of Safe and Unsafe Statements in Binary Logging
https://dev.mysql.com/doc/refman/8.4/en/replication-rbr-safe-unsafe.html
This plugin may behave differently on different MySQL servers; therefore, statements depending on it could have different results. For this reason, all statements relying on the fulltext plugin are treated as unsafe in MySQL. The “safeness” of ...
https://dev.mysql.com/doc/refman/8.4/en/replication-semisync-interface.html
When you install the source and replica plugins for semisynchronous replication (see Section 19.4.10.1, “Installing Semisynchronous Replication”), system variables become available to control plugin behavior. To enable or disable the plugin, ...
https://dev.mysql.com/doc/refman/8.4/en/scheduler-component.html
The scheduler component provides an implementation of the mysql_scheduler service that enables applications, components, or plugins to configure, run, and unconfigure tasks every N seconds. For example, the audit_log server plugin calls the ... Note ...
https://dev.mysql.com/doc/refman/8.4/en/selinux-context-mysql-feature-ports.html
mysqld must be able to bind to the X Plugin communication port and listen there. Assuming the X Plugin communication port is 33060, set the port context by issuing: semanage port -a -t mysqld_port_t -p tcp 33060 Setting the TCP Port Context for ...
https://dev.mysql.com/doc/refman/8.4/en/show-replica-status.html
This column applies to replicas that authenticate with the sha256_password (deprecated) or caching_sha2_password authentication plugin. This column applies to replicas that authenticate with the caching_sha2_password authentication plugin. For that ... SHOW REPLICA STATUS [FOR CHANNEL channel] This statement provides status information on essential parameters of the replica ...