Search



Search Results
Displaying 901 to 910 of 2117 total results
https://dev.mysql.com/doc/refman/8.4/en/windows-restrictions.html
This is because the physical address limit on Windows 32-bit is 4GB and the default setting within Windows is to split the virtual address space between kernel (2GB) and user/applications (2GB). The following restrictions apply to use of MySQL on ...
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-sha2-cache-plugin.html
X Plugin supports MySQL user accounts created with the caching_sha2_password authentication plugin. The X Plugin authentication cache stores hashes of user account passwords, and cannot be accessed using SQL. If a user account is modified or ...For ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.encrypted-binlog-relaylog.html
The replication master key is then put into a keyring data file, which is encrypted with the user password supplied with the option --encrypt-password, and then saved under the meta folder in the backup with the name keyring_kef. For a series of ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-encrypted-innodb-options.html
The following is the command-line option for working with encrypted InnoDB tables and binary/relay logs: --encrypt-password[=STRING] Command-Line Format --encrypt-password=STRING Type String The user-supplied password by which mysqlbackup encrypts ... MySQL Enterprise Backup supports encrypted InnoDB tablespaces and encrypted binary/relay ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-prep-gather.html
ID and password of privileged MySQL user You record this during installation of your own databases, or get it from the DBA when backing up databases you do not own. If you perform the backup and restore using a different OS user than the one who ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/connection-options.html
As part of the mysqlbackup invocation, specify the appropriate --user, --password, --port, and other options to connect to the MySQL server. --login-path=name --port=port-num --protocol={tcp|socket|pipe|memory} --pipe (alias for --protocol=pipe) ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-cloud.html
mysqlbackup --defaults-file=/home/dbadmin/my.cnf --backup-dir=/home/dbadmin/backuptmp --with-timestamp \ --backup-image=- --cloud-service=OCI --cloud-par-url=<bucket_PAR_URL> --cloud-object=backup-inc.bk \ --incremental ...Only single-file backups ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-streaming.html
Example 4.14 Single-file Backup to a Remote MySQL Server The following command streams the backup as a single backup file to be restored on a remote MySQL server: mysqlbackup --backup-dir=backup --backup-image=- --compress backup-to-image | \ ssh ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-exitcodes.html
Users can, for example, use a script to catch the exit code returned by mysqlbackup, and then pass it onto the print-message command to obtain an exit message. MySQL Enterprise Backup returns one of the following exit codes as it exits an operation. The meaning of each code is explained in Table 17.1, “MySQL Enterprise Backup Exit Codes and Messages” by its associated exit ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-backup-cluster.html
When the --waitstarted option is used, the MySQL Cluster Manager client waits until the backup has started before returning control to the user, after which the user can check the backup process's status with the show status command and the --backup ... backup cluster [--backupid=backup_id] [--snapshotstart | --snapshotend] [--waitstarted | --waitcompleted] [--password-file=filepath] cluster_name This command creates a backup of the MySQL NDB Cluster named ...
Displaying 901 to 910 of 2117 total results