Search Results
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 ...
https://dev.mysql.com/doc/refman/8.4/en/sql-prepared-statements.html
Using prepared statements with placeholders for parameter values has the following benefits: Less overhead for parsing the statement each time it is executed. Typically, database applications process large volumes of almost-identical statements, ...
https://dev.mysql.com/doc/refman/8.4/en/telemetry-trace-install.html
Installing Client Plugin The Telemetry plugin for the MySQL client can be enabled with a command line switch, --telemetry_client or from a configuration option, telemetry-client=ON |OFF, defined in the [mysql] section of the configuration file.
https://dev.mysql.com/doc/refman/8.4/en/testing-server.html
After the data directory is initialized and you have started the server, perform some simple tests to make sure that it works satisfactorily. This section assumes that your current location is the MySQL installation directory and that it has a bin ...
https://dev.mysql.com/doc/refman/8.4/en/thread-pool.html
MySQL Enterprise Edition includes MySQL Enterprise Thread Pool, implemented using a server plugin. The thread pool plugin provides an alternative thread-handling model designed to reduce overhead and improve performance. The plugin implements a ...
https://dev.mysql.com/doc/refman/8.4/en/validate-password.html
Note For statements that assign or modify account passwords (ALTER USER, CREATE USER, and SET PASSWORD), the validate_password capabilities described here apply only to accounts that use an authentication plugin that stores credentials internally to ... The validate_password component serves to improve security by requiring account passwords and enabling strength testing of potential ...