Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-basic.html
Note that the backup cluster and restore cluster commands work with NDB tables only; tables using other MySQL storage engines (such as InnoDB or MyISAM) are ignored. This section describes backing up and restoring a MySQL NDB Cluster, with examples ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-example.html
As discussed previously (see Section 4.5.1, “Importing a Cluster Into MySQL Cluster Manager: Basic Procedure”), importing a standalone or “wild” cluster that was not created with MySQL Cluster Manager into the manager requires the ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-replcation-setup.html
This section provides sample steps for setting up a MySQL NDB Cluster replication with a single replication channel using the MySQL Cluster Manager. Before trying the following steps, it is recommended that you first read NDB Cluster Replication to ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-start-client.html
This section covers starting the MySQL Cluster Manager client and connecting to the MySQL Cluster Manager agent. MySQL Cluster Manager 8.4.6 includes a command-line client mcm, located in the installation bin directory. You can connect to any MySQL ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-data-structures.html
The value may be one of the CONNECT_STAGE_ symbols shown in the following table. This section describes data structures specific to asynchronous C API functions. For information about general-purpose C API data structures, see Section 5.2, “C API ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-function-reference.html
The following table summarizes the functions available for asynchronous interaction with the MySQL server. For greater detail, see the descriptions in Section 7.4, “C API Asynchronous Function Descriptions”.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-binary-log-function-reference.html
The following table summarizes the functions available for reading a replication event stream from a binary log. Table 10.1 C API Binary Log Functions Name Description mysql_binlog_close() Close replication event stream mysql_binlog_fetch() Read ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-plugin-function-reference.html
The following table summarizes the functions available for the client-side plugin API. Table 9.1 C API Plugin Functions Name Description mysql_client_find_plugin() Return pointer to a plugin mysql_client_register_plugin() Register a plugin ...For ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-function-reference.html
The following table summarizes the functions available for prepared statement processing. For greater detail, see the descriptions in Section 6.4, “C API Prepared Statement Function Descriptions”.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-thread-function-reference.html
The following table summarizes the functions available for the thread control within the client. Table 8.1 C API Thread Functions Name Description mysql_thread_end() Finalize thread handler mysql_thread_init() Initialize thread handler ...For ...