Search



Search Results
Displaying 1701 to 1710 of 3329 total results
https://dev.mysql.com/doc/refman/8.4/en/uln-installation.html
Both Community and Commercial packages are supported, and each offers three MySQL channels: Server: MySQL Server Connectors: MySQL Connector/C++, MySQL Connector/J, MySQL Connector/ODBC, and MySQL Connector/Python. Once MySQL has been installed ...
https://dev.mysql.com/doc/refman/8.4/en/uninstall-plugin.html
UNINSTALL PLUGIN plugin_name This statement removes an installed server plugin. The server executes the plugin's deinitialization function and removes the row for the plugin from the mysql.plugin system table, so that subsequent server restarts do ...It requires the DELETE privilege for the mysql.plugin system table because it removes the row from that table that registers the ...
https://dev.mysql.com/doc/refman/8.4/en/upgrade-paths.html
A replication topology is upgraded by following the rolling upgrade scheme described at Section 19.5.3, “Upgrading or Downgrading a Replication Topology”, which uses one of the supported single-server methods for each individual server upgrade.
https://dev.mysql.com/doc/refman/8.4/en/using-mysqldump.html
Dumps can be easily imported into a MySQL Server instance or a MySQL HeatWave DB System using the MySQL Shell load dump utilities. The server writes one file as tab-delimited text, one line per table row. The server also sends a CREATE TABLE ... Tip ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.source.html
To fix a corruption problem in a replication source database, you can restore the backup, taking care not to propagate unnecessary SQL operations to the replica servers: Shut down the source database and then use, for example, the ...Edit the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-commands-backup.html
Can be used to stream the backup to a storage device or another system without ever storing the data on the database server. The backup operations are the most frequently performed tasks by MySQL Enterprise Backup. Various kinds of backups can be ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-incremental-options.html
full-scan: mysqlbackup scans all InnoDB data files in the server data directory to find pages that have been changed since the last backup, and copies them. The alternatives are: history:{last_backup | last_full_backup} The prefix history: followed ... For an overview of incremental backups and usage examples for these options, see Section 4.3.3, “Making a Differential or Incremental Backup” and Section 5.1.3, “Restoring an Incremental ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/bugs.compatibility.html
MySQL Enterprise Backup 8.4.6 supports the MySQL Server 8.4.x series for back up and restore for release 8.4.3 and later. It is incompatible with other versions of MySQL Server, for which you should use the MySQL Enterprise Backup of the same ...To ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-optimistic.html
During a hot backup of a huge database (say, in the order of terabytes), huge redo log files could be generated on the server when the backup is in progress. As the redo log files grow faster than they can be processed by mysqlbackup, the backup ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-files-backed-up-myisam.html
Note While MySQL Enterprise Backup can back up non-InnoDB data (like MYISAM tables), the MySQL server to be backed up must support InnoDB (i.e., the backup process will fail if the server was started up with the --innodb=OFF or --skip-innodb ...
Displaying 1701 to 1710 of 3329 total results