Search



Search Results
Displaying 341 to 350 of 583 total results
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-lifecycle.html
If the GTID has already been used, no error is raised, and the auto-skip function is used to ignore the transaction. It also ensures that the filtered-out transactions are not retrieved again if the replica reconnects to the source, as explained in ... The life cycle of a GTID consists of the following steps: A transaction is executed and committed on the ...
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids.html
The auto-positioning function for synchronizing a replica and source that use GTIDs (see Section 19.1.3.3, “GTID Auto-Positioning”). This section explains transaction-based replication using global transaction identifiers (GTIDs). Because ...
https://dev.mysql.com/doc/refman/8.4/en/replication-rules-channel-based-filters.html
This happens so that a replica’s GTID set stays consistent with the source’s, meaning GTID auto-positioning can be used without re-acquiring filtered out transactions each time. The second channel to attempt it skips the transaction using GTID ... This section explains how to work with replication filters when multiple replication channels exist, for example in a multi-source replication ...
https://dev.mysql.com/doc/refman/8.4/en/show-replica-status.html
The file position (Relay_Log_Pos) is set to position 4, and GTID auto-skip is used to skip any transactions in the file that were already applied. Auto_Position 1 if GTID auto-positioning is in use for the channel, otherwise 0. SHOW REPLICA STATUS ...
https://dev.mysql.com/doc/refman/8.4/en/upgrading-what-is-upgraded.html
The --upgrade server option controls whether and how the server performs an automatic upgrade at startup: With no option or with --upgrade=AUTO, the server upgrades anything it determines to be out of date (steps 1 and 2). One way that FORCE differs ... Installing a new version of MySQL may require upgrading these parts of the existing installation: The mysql system schema, which contains tables that store information required by the MySQL server as it runs (see Section 7.3, “The mysql System ...
https://dev.mysql.com/doc/refman/8.4/en/using-system-variables.html
The MySQL server maintains many system variables that configure its operation. Section 7.1.8, “Server System Variables”, describes the meaning of these variables. System variables can be set at server startup using options on the command line ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-0.html
(Bug #36398066, Bug #36210786) Client: Auto completion for client commands did not always work. To enable the function, use the --auto-rehash variable to TRUE when you start the mcm client. MySQL Cluster Manager 8.4.0 marks the start of a new ...
https://dev.mysql.com/doc/relnotes/mysql-shell/8.4/en/news-8-4-5.html
An error similar to the following was displayed: libc++abi: terminating stack trace (Bug #37408046) Bugs Fixed Under certain circumstances MySQL Shell could crash during auto-completion on options such as shell.options.history.auto. Utilities Added ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-conf-options.html
This user's password is auto-generated and stored in an encrypted keyring. Most commonly, this user and associated password are automatically generated during bootstrap. When started, MySQL Router reads a list of configuration files that together ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-persisting-settings.html
Depending on the way MySQL Shell is connected to an instance and the version of MySQL Server installed on the instance, these configuration changes can be persisted to the instance automatically. Instances which meet the following requirements ...
Displaying 341 to 350 of 583 total results