Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/installing.html
Unpack this file as follows: tar xvzf package.tgz mysqlbackup is unpacked into a subdirectory. You can either copy them into a system directory (preserving their execute permission bits), or add to your $PATH setting the directory where you unpacked ... Install MySQL Enterprise Backup on each database server whose contents you intend to back ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-optimistic.html
Optimistic backup is a feature for improving performance for backing up and restoring huge databases in which only a small number of tables are modified frequently. During a hot backup of a huge database (say, in the order of terabytes), huge redo ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-encryption.html
Supply the key to mysqlbackup with the --key option, or paste the key into a key file and supply the file's pathname to mysqlbackup with the --key-file option. In order to enhance security for backed up data, MySQL Enterprise Backup provides ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-group-replication.html
For how to use MySQL Enterprise Backup to back up and subsequently restore a Group Replication member, see Using MySQL Enterprise Backup with Group Replication. When working with a Group Replication setup, mysqlbackup makes the backup information ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-performance-space-overview.html
So, take into account the additional storage space and the extra time needed during a restore when considering whether to create compressed backups. When it comes to formulating your backup strategy, performance and storage space are the key ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/trouble.logging.html
Besides the message output of MySQL Enterprise Backup to the stderr stream and the log file, progress and history of each backup are also logged into the mysql.backup_progress and mysql.backup_history tables on the backed-up servers (to skip ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-agents.html
This section explains how to back up configuration data for mcmd agents and how to restore the backed-up agent data. Used together with the backup cluster command, the backup agents command allows you to backup and restore a complete ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-verify-pid-files.html
Let us look into the PID file being referred to in the last example: $> more /home/ari/bin/cluster/wild-cluster/51/data//localhost.localdomain.pid 12136 The PID file for the SQL node is at an acceptable location (inside the data directory) and has ... You must verify that each process in the wild cluster has a valid PID ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-data-structures.html
For output, it indicates the type of the variable into which a value received from the server should be stored. For character and binary C data, the buffer_length value specifies the length of *buffer when used with mysql_stmt_bind_param() or ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-type-codes.html
For output, it indicates the type of the variable into which a value received from the server should be stored. If the server stores the value into a column with a different character set, it converts the value to that character set. The ...