Search Results
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 ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.incremental.html
In order to that, after making first a full backup that contains all data, you can do one of the following: Performing a series of differential backups. Each differential backups includes all the changes made to the data since the last full backup ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.usage.html
The following sections describe the command-line options for the different modes of operation of mysqlbackup. Use the hyperlinks at the option names to jump to the detailed descriptions for the options. Note The command options can also be ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-upgrade-cluster.html
upgrade cluster {--package=|-P }package_name [{--nodeid|-n }node_id_list] [--force|-f] [--retry|-L] [--set=attribute_assignment_list] cluster_name node_id_list: node_id[, node_id[, ...]] attribute_assignment_list: ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-example.html
As discussed previously (see Section 4.5.1, “Importing a Cluster Into MySQL Cluster Manager: Basic Procedure”), importing a standalone or “wild” cluster that was not created with MySQL Cluster Manager into the manager requires the ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-replcation-setup.html
This section provides sample steps for setting up a MySQL NDB Cluster replication with a single replication channel using the MySQL Cluster Manager. Before trying the following steps, it is recommended that you first read NDB Cluster Replication to ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-data-structures.html
Prepared statements use several data structures: To obtain a statement handler, pass a MYSQL connection handler to mysql_stmt_init(), which returns a pointer to a MYSQL_STMT data structure. To specify the statement to prepare, pass the MYSQL_STMT ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-refresh.html
int mysql_refresh(MYSQL *mysql, unsigned int options) Description Note mysql_refresh() is deprecated and is subject to removal in a future version of MySQL. This function flushes tables or caches, or resets replication server information. The ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-types.html
The plugin API enables creation of plugins that implement several capabilities: Loadable functions (UDFs) Storage engines Full-text parsers Daemons INFORMATION_SCHEMA tables Semisynchronous replication Auditing Authentication Password validation ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.0-ndb-8.4.0.html
This message should no longer appear in the release binaries of any such programs. Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Packaging; Linux: Removed the deprecated tool ...