Search



Search Results
Displaying 761 to 770 of 1908 total results
https://dev.mysql.com/doc/refman/8.4/en/rename-table.html
If any errors occur during a RENAME TABLE, the statement fails and no changes are made. If a table has triggers, attempts to rename the table into a different database fail with a Trigger in wrong schema (ER_TRG_IN_WRONG_SCHEMA) error. Foreign key ... RENAME TABLE tbl_name TO new_tbl_name [, tbl_name2 TO new_tbl_name2] ...
https://dev.mysql.com/doc/refman/8.4/en/replication-administration-status.html
The most common task when managing a replication process is to ensure that replication is taking place and that there have been no errors between the replica and the source. Last_IO_Error, Last_SQL_Error: The last errors registered by the I/O ...
https://dev.mysql.com/doc/refman/8.4/en/replication-bugs.html
When you have determined that there is no user error involved, and replication still either does not work at all or is unstable, it is time to send us a bug report. If you have a “phantom” problem (one that you cannot duplicate at will), use ...
https://dev.mysql.com/doc/refman/8.4/en/replication-features-timeout.html
If a transaction has a non-temporary error that prevents it from succeeding, it is not retried. The default setting for replica_transaction_retries is 10, meaning that a failing transaction with an apparently temporary error is retried 10 times ...
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-concepts.html
No error is raised, and no statement in the transaction is executed. If the server runs out of GTIDs, it takes the action specified by binlog_error_action. An error message is returned to the client that requested the rotation, and a warning is ...
https://dev.mysql.com/doc/refman/8.4/en/replication-privilege-checks.html
The account can also be safely used by an administrator to apply or reapply transactions from mysqlbinlog output, for example to recover from a replication error on the channel. If an unexpected operation is attempted for which you did not grant the ... By default, MySQL replication (including Group Replication) does not carry out privilege checks when transactions that were already accepted by another server are applied on a replica or group ...
https://dev.mysql.com/doc/refman/8.4/en/replication-sbr-rbr.html
If there is an error in evaluation on the replica, particularly when executing complex statements, statement-based replication may slowly increase the margin of error across the affected rows over time. For most users, the mixed replication format ...
https://dev.mysql.com/doc/refman/8.4/en/replication-semisync-installation.html
For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE '%semi%'; +----------------------+---------------+ | PLUGIN_NAME | PLUGIN_STATUS | +----------------------+---------------+ | ...
https://dev.mysql.com/doc/refman/8.4/en/replication-setup-replicas.html
If an event runs on the new replica that has already run on the source, the duplicated operation causes an error. Error messages are issued to the replica's error log if it is not able to replicate for any reason. Before you proceed, ensure that you ...
https://dev.mysql.com/doc/refman/8.4/en/reusing-ssl-sessions.html
Regardless of the cause, an error is returned by default if you specify --ssl-session-data but the session cannot be reused. For example: mysqlshow -u admin -p --ssl-session-data=~/private-dir/session.txt Enter password: ***** ERROR: ... MySQL ...
Displaying 761 to 770 of 1908 total results