Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 531 to 540 of 949 total results
https://dev.mysql.com/doc/refman/8.0/en/password-logging.html
An implication of password rewriting is that statements that cannot be parsed (due, for example, to syntax errors) are not written to the general query log because they cannot be known to be password free. Use cases that require logging of all ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-clone-status-table.html
Note The Performance Schema table described here is available as of MySQL 8.0.17. The clone_status table shows the status of the current or last executed cloning operation only. The table only ever contains one row of data, or is empty. The ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-connection-tables.html
When a client connects to the MySQL server, it does so under a particular user name and from a particular host. They differ in that, for grant tables, the host part of an account can be a pattern, whereas for Performance Schema tables, the host ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-replication-group-members-table.html
ERROR: The member has encountered an error, either during applying transactions or during the recovery phase, and is not participating in the group's transactions. This table shows network and status information for replication group members. The ...
https://dev.mysql.com/doc/refman/8.0/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. This is the Reference Manual for the MySQL Database System, ...
https://dev.mysql.com/doc/refman/8.0/en/prepare.html
This means that if the new statement contains an error and cannot be prepared, an error is returned and no statement with the given name exists. PREPARE stmt_name FROM preparable_stmt The PREPARE statement prepares a SQL statement and assigns it a ...
https://dev.mysql.com/doc/refman/8.0/en/purge-binary-logs.html
PURGE BINARY LOGS TO and PURGE BINARY LOGS BEFORE both fail with an error when binary log files listed in the .index file had been removed from the system by some other means (such as using rm on Linux). (Bug #18199, Bug #18453) To handle such ...
https://dev.mysql.com/doc/refman/8.0/en/replication-asynchronous-connection-failover-replica.html
When the feature is active and correctly configured, if the primary that is replicating goes offline or into an error state, the new primary starts replication on the same channel when it is elected. When the mysql_start_failover_channels_if_primary ... In MySQL 8.0.27 and later, asynchronous connection failover for replicas is activated automatically for a replication channel on a Group Replication primary when you set SOURCE_CONNECTION_AUTO_FAILOVER=1 in the CHANGE REPLICATION SOURCE TO statement for the ...
https://dev.mysql.com/doc/refman/8.0/en/replication-binlog-encryption-key-rotation.html
If any of the first four steps of the binary log master key rotation process cannot be completed correctly, an error message is issued explaining the situation and the consequences for the encryption status of the binary log files and relay log ...
https://dev.mysql.com/doc/refman/8.0/en/replication-features-memory.html
replica_exec_mode=IDEMPOTENT or slave_exec_mode=IDEMPOTENT applies globally to all tables, so it may hide other replication errors in non-MEMORY tables. When a replication source server shuts down and restarts, its MEMORY tables become empty. To ...
Displaying 531 to 540 of 949 total results