Search Results
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-clusterset-gtid-repair.html
The server instances in the new InnoDB Cluster will receive the correct transaction set as part of the setup process. AdminAPI's clusterSet.status() command warns you if an InnoDB Cluster's GTID set is inconsistent with the GTID set on the primary ...
https://dev.mysql.com/doc/refman/9.7/en/partial-revokes.html
It is possible to grant privileges that apply globally if the partial_revokes system variable is enabled. Using Partial Revokes The partial_revokes system variable controls whether privilege restrictions can be placed on accounts. The server ...For ...Specifically, for users who have privileges at the global level, partial_revokes enables privileges for specific schemas to be revoked while leaving the privileges in place for other ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-progress-report-options.html
Warning The system variable backup_progress is not yet defined for the MySQL Server. There are two options for controlling the progress reporting function of mysqlbackup: --show-progress and --progress-interval: ...The argument of the option ...
https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
import asyncio import os import time from mysql.connector.aio import connect # Global variable which will help to format the job sequence output. # DISCLAIMER: this is an example for showcasing/demo purposes, # you should avoid global variables ...
https://dev.mysql.com/doc/connector-python/en/connector-python-asyncio.html
import asyncio import os import time from mysql.connector.aio import connect # Global variable which will help to format the job sequence output. # DISCLAIMER: this is an example for showcasing/demo purposes, # you should avoid global variables ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-access.html
As for the destination MySQL server, you can have it in the same local machine or elsewhere in your network. Figure 10.22 Migration Overview Page Setting Up ODBC Drivers To verify that you have the ODBC driver installed, click Open ODBC ...General ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-replication-preparation.html
(See Section 19.2.1, “Replication Formats”.) In addition, we strongly recommend enabling the replica_allow_batching system variable (the default). Preparing the NDB Cluster for replication consists of the following steps: Check all MySQL ...To ...
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/commit.html
To disable autocommit mode for each new connection, see the description of the autocommit system variable at Section 7.1.8, “Server System Variables”. If the read_only system variable is enabled, explicitly starting a transaction with START ...
https://dev.mysql.com/doc/refman/9.7/en/error-log-components.html
The log_filter_internal Component Purpose: Implements filtering based on log event priority and error code, in combination with the log_error_verbosity and log_error_suppression_list system variables. The log_filter_dragnet Component Purpose: ...