Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-files-backed-up-summary.html
Table 1.1 Types of Files in a Backup File Name, Pattern, or Extension Relation to Original Data Files Notes ibdata* The InnoDB system tablespace, containing multiple InnoDB tables and associated indexes. Notes No binary log files are copied into the ... The following table shows the different types of files that are included in a single-file backup image or a directory ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.incremental.html
Note You can create a differential backup easily using the option --incremental-base=history:last_full_backup. Note To ensure the LSN values match up exactly between successive incremental backups, it is recommended that you always use the ...In ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.privileges.html
Note Make sure that the limit MAX_QUERIES_PER_HOUR is not set for the user mysqlbackup uses to access the server, or backup operations might fail unexpectedly. The mysqlbackup command connects to the MySQL server using the credentials supplied with ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-set.html
Note In MySQL Cluster Manager, configuration attribute names are not case-sensitive. Attributes can be set on either the process level or instance level. set commands are executed whether or not the cluster has been started. In a cluster that is not ...
https://dev.mysql.com/doc/relnotes/mysql-shell/8.4/en/news-8-4-0.html
Deprecation and Removal Notes AdminAPI Added or Changed Functionality AdminAPI Bugs Fixed Utilities Added or Changed Functionality Utilities Bugs Fixed Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The helper command, ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-4-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Installation and Compilation Notes Functionality Added or Changed Bugs Fixed Installation and Compilation Notes The version requirements for the third-party ...MySQL ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-locations.html
On Linux, MySQL Router scans the following locations by default, although these locations are system dependent: /etc/mysqlrouter/mysqlrouter.conf Note Unlike MySQL server, the backward compatible path "/etc/mysqlrouter.conf" is not supported. MySQL ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-linux.html
To also remove them and the data directory, use: $> sudo dpkg --purge mysql-router Note Alternatively, use apt-get remove mysql-router or apt-get purge mysql-router. Uninstalling RPM packages To uninstall an RPM package, use this command: $> sudo ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-source-code.html
Note MySQL Router source code can be found in the router directory inside the MySQL Server source code repository. Note If you change anything and need to recompile from scratch, be sure to delete the CMakeCache.txt file before executing the cmake ... MySQL Router is part of the MySQL Server source code tree; compiling MySQL Server also compiles MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/configuring-parallel-applier.html
This means that on instances running 8.0.23 and later, the following system variables must be configured: binlog_transaction_dependency_tracking=WRITESET Note This system variable is deprecated in MySQL 8.0.35 and 8.2.0 and was removed in MySQL ...