Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-reset.html
reset [--sequential-restart] filter_specification_list cluster_name filter_specification_list: filter_specification[,filter_specification][,...] filter_specification: attribute_name[:process_specification][+process_specification]] ...Attributes can ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-restore-cluster.html
Doing this can decrease the time required to restore a large data set, particularly where many indexes were in use. When the --epoch option (short form: -e) is used, epoch information is restored to the cluster replication status table ...Stop the ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-upgrade-cluster.html
When using the upgrade cluster command, you can use the --set option to reconfigure your MySQL NDB Cluster at the same time. See Section 5.4.1, “The create cluster Command”, and Section 4.5, “Importing MySQL NDB Clusters into MySQL Cluster ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-test-and-migrate.html
Testing and performing the migration of a standalone MySQL NDB Cluster into MySQL Cluster Manager consists of the following steps: Perform a test run of the proposed import using import cluster with the --dryrun option. The following list contains ...Follow the instructions given in this step in Section 4.5.2.1, “Preparing the Standalone Cluster for Migration” to remedy the ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-metadata-queries-query-history.html
To view the MySQL HeatWave query history including query start time, end time, and wait time in the scheduling queue, as discussed in Section 5.4.11, “Auto Scheduling”. QUEUE_WAIT The amount of time the query waited in the scheduling queue.
https://dev.mysql.com/doc/refman/8.4/en/sys-processlist.html
The MySQL process list indicates the operations currently being performed by the set of threads executing within the server. By default, rows are sorted by descending process time and descending wait time. time The time in seconds that the thread ...They provide more complete information than the SHOW PROCESSLIST statement and the INFORMATION_SCHEMA PROCESSLIST table, and are also ...
https://dev.mysql.com/doc/workbench/en/wb-reverse-engineer-create-script.html
To reverse-engineer a database using a create script, do one of the following: On the home screen, select the model view from the sidebar, click (>) next to Models, and then click Reverse Engineer MySQL Create Script. With a model selected and its ...Tables, views, routines, routine groups, indexes, keys, and constraints can be imported from an SQL script ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-unix.html
There is no installer available for installing the MySQL Connector/NET component on your Unix installation. To install Connector/NET on Unix/Mono: Download the mysql-connector-net-version-noinstall.zip and extract the contents to a directory of ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-architecture.html
The Connector/ODBC architecture is based on five components, as shown in the following diagram: Figure 5.1 Connector/ODBC Architecture Components Application: The Application uses the ODBC API to access the data from the MySQL server. These tasks ...The Application communicates with the Driver Manager using the standard ODBC ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-deb.html
The two package types are: mysql-connector-odbc: This driver package installs MySQL ODBC driver libraries and the installer tool. It installs these files: ${LibDir}/odbc/libmyodbc9a.so ${LibDir}/odbc/libmyodbc9w.so ${BinDir}/myodbc-installer ...