Search Results
MySQL 9.7 Reference Manual :: 19.2.1.3 Determination of Safe and Unsafe Statements in Binary Logging
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/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/9.7/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/9.7/en/show-replica-status.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 ... SHOW REPLICA STATUS [FOR CHANNEL channel] This statement provides status information on essential parameters of the replica ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/en/telemetry-trace-install.html
This section describes the installation of the server and client OpenTelemetry support.
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/en/upgrade-binary-package.html
For example: mysqld_safe --user=mysql --datadir=/path/to/existing-datadir & If there are encrypted InnoDB tablespaces, use the --early-plugin-load option to load the keyring plugin. Note The --early-plugin-load server startup option is deprecated, ... This section describes how to upgrade MySQL binary and package-based installations on ...