Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-progress-table-update.html
Rename the original mysql.backup_progress table to mysql.backup_progress_old, and the mysql.backup_progress_new table to mysql.backup_progress. Note If you are working with a multiprimary Group Replication setting, make sure these privileges are ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-sbt-history-table-update.html
Rename the original mysql.backup_sbt_history table to mysql.backup_sbt_history_old, and the mysql.backup_sbt_history_new table to mysql.backup_sbt_history. Note If you are working with a multiprimary Group Replication setting, make sure these ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-osb.html
Tape drives are affordable, high-capacity storage devices for backup data. MySQL Enterprise Backup can interface with media management software (MMS) such as Oracle Secure Backup (OSB) to drive MySQL backup and restore jobs. The media management ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-load-dump.html
all defers all secondary indexes and only creates primary indexes during the table load, and also indexes defined on columns containing auto-increment values. The dump loading utility does not automatically apply the gtid_executed GTID set from the ... MySQL Shell's dump loading utility util.loadDump() supports the import into a MySQL HeatWave Service DB System or a MySQL Server instance of schemas or tables dumped using MySQL Shell's Section 12.5, “Instance Dump Utility, Schema Dump Utility, and Table Dump ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utils-copy.html
all defers all secondary indexes and only creates primary indexes during the table load, and also indexes defined on columns containing auto-increment values. The compatibility option automatically alters the copy to resolve some of the ... This ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-sql-editor.html
Auto-save scripts interval: [ 10 seconds ] Frequency of the automatic saves. Figure 3.7 Preferences: SQL Editor: Query Editor Productivity Enable Code Completion in Editors The SQL Editor offers autocomplete functionality by either pressing the ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-authentication.html
connection_properties[OPT_PLUGIN_DIR] = "${INSTALL_DIR}/lib{64}/plugin"; auto *driver = get_driver_instance(); auto *con = driver->connect(connection_properties); // Execute statements ... LDAP authentication requires use of a server from a MySQL ...
https://dev.mysql.com/doc/mysql-installer/en/MySQLInstallerConsole.html
Options: --auto-handle-prereqs If present, MySQL Installer attempts to download and install some software prerequisites, not currently present. If the --auto-handle-prereqs options is omitted, packages with missing prerequisites are not installed.
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-8-4.html
G | M G GET_MASTER_PUBLIC_KEY M MASTER_AUTO_POSITION MASTER_BIND (R) MASTER_COMPRESSION_ALGORITHMS MASTER_CONNECT_RETRY MASTER_DELAY MASTER_HEARTBEAT_PERIOD MASTER_HOST MASTER_LOG_FILE MASTER_LOG_POS MASTER_PASSWORD MASTER_PORT ... This section ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb-cluster-connection.html
get_auto_reconnect() Gets the auto-reconnection setting for API nodes using this Ndb_cluster_connection. set_auto_reconnect() Enables or disables auto-reconnection of API nodes using this Ndb_cluster_connection. This section provides information ...