Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/replication-multi-source-provision-replica.html
                                For example: mysql -u<user> -p<password> < dumpM1_nopurge.sql mysql -u<user> -p<password> < dumpM2_nopurge.sql On the replica, issue RESET BINARY LOGS AND GTIDS to clear the GTID execution history (assuming, as explained above, that all the dump ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/storage-engines.html
                                For advanced users, it also contains a description of the pluggable storage engine architecture (see Section 18.11, “Overview of MySQL Storage Engine Architecture”). InnoDB is a transaction-safe (ACID compliant) storage engine for MySQL that has ... Storage engines are MySQL components that handle the SQL operations for different table ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/windows-installation.html
                                Users should make sure the package has been installed on the system before installing the server. This example includes /i for a normal installation, /qn to not show a GUI and to avoid user interaction, and /lv to write verbose installation output ... MySQL is available for Microsoft Windows 64-bit operating systems ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-1.html
                                (Bug #36685422) Microsoft Windows: For MSI installations on Windows, MySQL Configurator now automatically upgrades MySQL 8.4 LTS installations without user intervention. To fix this issue, we make the following changes: The receiver respects ...It ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/glossary.html
                                database A set of tables and related objects owned by a MySQL user. Typically used to service user queries, to minimize the query load on the source server. It typically dedicates most of its resources to write operations, leaving user queries to ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-optimistic.html
                                Therefore, users should be careful in identifying which tables are “inactive” and which are “busy” when trying to perform an optimistic backup.  Optimistic backup is a feature for improving performance for backing up and restoring huge ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-osb.html
                                backup_file_name: The file name provided by the user through the --backup-image=sbt:name option.  Tape drives are affordable, high-capacity storage devices for backup data. MySQL Enterprise Backup can interface with media management software (MMS) ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.backup.html
                                We specify some of the connection information for the database using the --user and --host options (and, with the --password option, tell mysqlbackup to prompt for a user password). $ mysqlbackup --user=mysqlbackup --password --host=127.0.0.1 ... In ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-configuration-file.html
                                 The mcmd configuration file allows you to configure mcmd with its application options. A sample configuration file is provided with the MySQL Cluster Manager distribution at mcmd8.4.6/doc/sample_mcmd.conf. Edit the [mcmd] section of the file and ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-4.html
                                This fix also adds a warning to inform API users that deleting g_eventLogger before calling the Ndb_cluster_connection destructor is incorrect usage. (Bug #37162636) Improved variable names used in start_resend(), and enhanced related debug messages ... MySQL NDB Cluster 8.4.4 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster ...