Search



Search Results
Displaying 1741 to 1750 of 1802 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/partial.html
By default, all the files under the database subdirectories in the data directory are included in the backup, so that the backup includes data from all MySQL storage engines, any third-party storage engines, and even any non-database files in that ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore-cloud.html
To restore a backup image from cloud storage to datadir on the server, use the cloud storage options, and also the --backup-dir option to specify the temporary directory into which temporary output, status files, and backup metadata will be saved: ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore-use-tts.html
Requirements for restoring backups created with transportable tablespaces (TTS) (that is, created with the --use-tts option) are similar to those listed in Section 5.1.4, “Table-Level Recovery (TLR)”, with some differences noted in the section.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.compressed-backup.html
Note The --uncompress option is no longer needed when restoring a compressed backup.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.incremental.html
The --backup-dir option is used to specify the temporary directory into which temporary output, status files, and backup metadata are saved. Note The --incremental option is not needed when restoring an incremental backup. There are different ways ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-process.html
Consider the following set of commands that creates and then starts a cluster named mycluster: create cluster --processhosts=ndb_mgmd@host1,ndbd@host1,ndbd@host2, \ mysqld@host3,mysqld@host4 mycluster; start cluster mycluster; The long create ...Any ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-autotune.html
When the --dryrun option is used, the command does not make any actual changes to the cluster, but writes the set commands that it will issue for tuning into the file /path-to-mcm-data-repository/clusters/clustername/tmp/autotune.message_id.mcm.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-configuration-commands.html
Default values are hard-coded into MySQL NDB Cluster; you can override a default value for a given configuration attribute (using the set command) or reset a given attribute value to its default (using the reset command), but you cannot change a ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-import-commands.html
This section contains descriptions of MySQL Cluster Manager commands used to perform operations connected with importing clusters into MySQL Cluster Manager. These operations include migration of cluster processes and copying of configuration data.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-information-commands.html
Similarly, on Windows, you can create a batch file using Notepad or another text editor, copy the same get commands as shown previously into it, and save it as get-attributes.bat in a convenient location such as the Windows desktop. Online help is ...
Displaying 1741 to 1750 of 1802 total results