Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.restore.html
--backup-dir provides the location of an empty folder to store some temporary files created during the restore procedure. To restore a MySQL instance from a backup to a database server: Shut down the database server. Also delete all files inside ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.usage.html
--suspend-at-end Pauses the mysqlbackup command when the backup procedure is close to ending. The following sections describe the command-line options for the different modes of operation of mysqlbackup. Use the hyperlinks at the option names to ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restoring.html
The ultimate purpose of backup data is to help recover from a database issue or to create a clone of the original database server in another location (typically, to run report queries or to create a new replica). After a serious database issue, you ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent-user-password.html
However, if you should wish to do so, you can change either or both of these, using the procedure outlined here: Stop all agents. Normally it is not necessary to alter the user name or password used by the user agent to administer mysqld processes.
MySQL Cluster Manager 8.4 User Manual :: 3.3.2 Installing MySQL Cluster Manager on Windows Platforms
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent-windows.html
Therefore, the above procedure must be performed separately on each host computer. When you start the installer, you may see a Windows Security Warning screen. If you obtained the installer from a trusted source and know that it has not been ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-requirements.html
See Adding NDB Cluster Data Nodes Online: Basic procedure, for details. This section provides information about basic requirements for performing backup and restore operations using MySQL Cluster Manager. Basic requirements for performing MySQL ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-cluster-setup-creating.html
In this section, we discuss the procedure for using MySQL Cluster Manager to create and start a new MySQL NDB Cluster. We assume that you have already obtained the MySQL Cluster Manager and MySQL NDB Cluster software, and that you are already ...
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 ...The ...
MySQL Cluster Manager 8.4 User Manual :: 4.5 Importing MySQL NDB Clusters into MySQL Cluster Manager
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster.html
The following sections provide an outline of the procedure required to import such a cluster into MySQL Cluster Manager, followed by a more detailed example. It is possible to bring a “wild” MySQL NDB Cluster—that is, a cluster not created ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-optional-metadata.html
For example, if a client executes a stored procedure that returns multiple result sets and might change the resultset_metadata system variable, the client can invoke mysql_result_metadata() for each result set to determine whether it has metadata.