Search Results
https://dev.mysql.com/doc/refman/8.4/en/windows-postinstallation.html
Regarding passwords, if you configured MySQL using the MySQL Configurator, you may have already assigned a password to the initial root account. (You must use those options if you have already secured the initial MySQL accounts.) With -p, the client ... GUI tools exist that perform most of the tasks described in this section, including: MySQL Configurator: Used to configure the MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/windows-select-server.html
All Windows MySQL 8.4 servers have support for symbolic linking of database directories. It is necessary to enable this variable explicitly because some users have experienced problems with shutting down the MySQL server when named pipes were used.
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/preface.html
Access to Oracle Support for Accessibility Oracle customers that have purchased support have access to electronic support through My Oracle Support. This document contains release notes for the changes in MySQL 8.4. License Restrictions This ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.replica-backup-restore.html
To avoid the issue, after the hot backup phase of a replica backup in which mysqlbackup copies all the InnoDB tables, it enters into a loop, in which the following happens: mysqlbackup waits until all temporary tables have been closed by the ... To ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.replica.html
MySQL Enterprise Backup allows you to set up a replica server (referred to as the “replica” below) by backing up the source server (referred to as the “source” below) and restoring the backup on a new replica, without having to stop the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-progress-report-options.html
For example: Progress: 100 of 1450 MB; state: Copying .ibd files This shows that 100 megabytes of a total of 1450 megabytes have been copied or processed so far, and mysqlbackup is currently copying InnoDB data files (.ibd files). The value of the ... There are two options for controlling the progress reporting function of mysqlbackup: --show-progress and --progress-interval: --show-progress[={stderr|stdout|file:FILENAME|fifo:FIFONAME|table|variable}] Command-Line Format --show-progress[=destinations] Type Enumeration Valid Values stderrstdoutfile:FILENAMEfifo:FIFONAMEtablevariable The option instructs mysqlbackup to periodically output short progress reports known as progress indicators on its ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-process.html
The data and the structures of the InnoDB tables might have changed during this period; so, some of the following steps are for making sure those changes are captured in the backup. With this lock applied, mysqlbackup scans for InnoDB tables that ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-single-file.html
To avoid having a large number of backup files to keep track, store, and transport, mysqlbackup conveniently creates backups in a single-file format. It can also pack an existing backup directory into a single file, unpack the single file back to a ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-encrypted-innodb.html
Notes Since the keyring_file and the keyring_encrypted_file plugins have been removed from the MySQL Server since release 8.4.0, they are no longer supported by MySQL Enterprise Backup. Important For MySQL Enterprise Backup to backup encrypted ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-faq.html
This section lists some common questions about MySQL Enterprise Backup, with answers and pointers to further information. A.2: What is the big ibdata file that is in all the backups? You might find your backup data taking more space than expected ...