Search



Search Results
Displaying 1121 to 1130 of 5414 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-meb-compatibility.html
MySQL Enterprise Backup 8.4.6 works with backups created by the MySQL Enterprise Backup 8.4.x series for release 8.4.3 and later. It does not work with backups created by any earlier releases of the 8.4.x series, or any other MySQL Enterprise ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-cluster-commands.html
This section contains descriptions of MySQL Cluster Manager commands used to perform operations on clusters. These include creating and deleting a cluster; starting, stopping, and restarting a cluster; upgrading a cluster (that is, upgrading the ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-obtaining.html
To learn more about licensing terms, and to obtain information about where and how to download MySQL Cluster Manager, visit https://www.mysql.com/products/cluster/mcm/, or contact your Oracle representative.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install.html
This chapter discusses basic installation and configuration of the MySQL Cluster Manager Management Agent, connecting to the agent with the MySQL Cluster Manager client, and the basics of creating or importing a cluster using MySQL Cluster Manager.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-package-commands.html
This section contains information about MySQL Cluster Manager client commands used to register, extend, unregister, and obtain information about the software packages making up instances of MySQL NDB Cluster that are to be managed using the MySQL ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-restore-agent.html
Sometimes, an mcmd agent can fail to restart after a failure because its configuration store has been corrupted (for example, by an improper shutdown of the host). Recreate the whole cluster and restore it using a cluster backup (see Section 4.6, ...If there is at least one other mcmd agent that is still functioning properly on another host of the cluster, you can restore the failed agent by the following steps: Make sure the mcmd agent has really been ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using.html
This chapter discusses starting and stopping the MySQL Cluster Manager agent and client, and setting up, backing up, and restoring MySQL NDB Clusters using the MySQL Cluster Manager.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-binlog-close.html
void mysql_binlog_close(MYSQL *mysql, MYSQL_RPL *rpl) Description Close a replication event stream. After calling mysql_binlog_close(), this structure should not be used further without reinitializing it and calling mysql_binlog_open() again.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-binlog-fetch.html
int mysql_binlog_fetch(MYSQL *mysql, MYSQL_RPL *rpl) Description Fetch one event from the replication event stream. After a successful call, the size member indicates the event size, which is 0 for an EOF event. For a non-EOF event, size is greater ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-close.html
mysql_close() also deallocates the connection handler pointed to by mysql if the handler was allocated automatically by mysql_init() or mysql_connect().
Displaying 1121 to 1130 of 5414 total results