Search Results
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-print-frag-file.html
Like ndb_print_backup_file, ndb_print_sys_file, and ndb_print_schema_file (and unlike most of the other NDB utilities that are intended to be run on a management server host or to connect to a management server), ndb_print_frag_file must be run on a ...For more information about cluster fragment files, see NDB Cluster Data Node File System ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-timing.html
Events are collected by means of instrumentation added to the server source code. The value shown was obtained on a system with a 2.4GHz processor. At server startup, the Performance Schema verifies that assumptions made at build time about timer ...Instruments time events, which is how the Performance Schema provides an idea of how long events ...
https://dev.mysql.com/doc/refman/9.7/en/replication-features-shutdowns.html
Setting sync_relay_log_info to 0 causes no writes to be forced to disk and the server relies on the operating system to flush the file from time to time. It is safe to shut down a replication source server and restart it later. Setting ...When a ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/platforms.compatibility.html
MySQL Enterprise Backup is by nature cross-platform compatible when running on the Linux and Windows operating systems: backups on a Linux machine can, in principle, be restored on a Windows machine, and vice versa. However, because Identifier Case ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-4-0.html
(Bug #36391259) Utilities Bugs Fixed util.dumpInstance returned the following error when run against MySQL HeatWave DB Systems: ERROR: User 'admin'@'%' is granted restricted privilege: OPTION_TRACKER_OBSERVER (fix this with 'strip_restricted_grants' ...(Bug #37958876) It was not possible to dump data from a MySQL HeatWave DB System running MySQL 8.4, if the Hypergraph Optimizer was ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-replication-group-members-table.html
RECOVERING: The server has joined a group from which it is retrieving data. This table shows network and status information for replication group members. The network addresses shown are the addresses used to connect clients to the group, and ...
https://dev.mysql.com/doc/refman/9.7/en/replication-configuration.html
For a guide to setting up two or more servers for replication using GTID transactions, Section 19.1.3, “Replication with Global Transaction Identifiers”, deals with the configuration of the servers. Detailed information on the different ... This ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-overview.html
AdminAPI is accessed through the dba global variable and its associated methods. The dba variable's methods provide the operations which enable you to deploy, configure, and administer InnoDB Cluster, InnoDB ClusterSet, and InnoDB ReplicaSet. For ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-sessions-after.html
If you started MySQL Shell without connecting to a MySQL Server instance, you can use MySQL Shell's \connect command or the shell.connect() method to initiate a connection and create the session global object. MySQL Shell's \connect command is used ...For example: mysql-js> \connect --mysqlx user@localhost:33060 The shell.connect() method can be used in MySQL Shell as an alternative to the \connect command to create the session global ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/retrieving-a-handler.html
You assign this object to a variable, and then use the operations available to monitor and administer the InnoDB Cluster, InnoDB ClusterSet, or InnoDB ReplicaSet. For example, when you create a cluster using dba.createCluster(), the operation ...