Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/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/9.7/en/backup-special-options.html
It creates a file meta/ibbackup_replica_info inside the backup directory, containing a CHANGE REPLICATION SOURCE TO statement with the binary log position and name of the binary log file of the source server. It creates a file ... These options are ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-clusterset-switchover.html
That procedure carries the risk of losing transactions and creating a split-brain situation for the InnoDB ClusterSet. To carry out a controlled switchover for the primary InnoDB Cluster, follow this procedure: Using MySQL Shell, connect to any ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-cluster-working-with-cluster.html
In previous versions it was necessary to completely dissolve and re-create the cluster to make the configuration changes. Warning Forcing the dissolve operation to ignore cluster instances can result in instances which could not be reached during ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-sessions.html
When you make the first connection to a MySQL Server instance, which can be done either while starting MySQL Shell or afterwards, a MySQL Shell global object named session is created to represent this connection. This particular session object is ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-json-run.html
If you specify none of the collection, table, or tableColumn options, the utility defaults to using or creating a target collection with the name of the supplied import file (without the file extension). The JSON import utility requires an existing ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-model-catalog-table.html
model_owner The user who initiated the ML_TRAIN query to create the model. The MODEL_CATALOG table (ML_SCHEMA_user_name.MODEL_CATALOG) has the following columns: model_id A primary key, and a unique auto-incrementing numeric identifier for the ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-4-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. (Bug #37739359) Utilities Added or Changed Functionality Partitioned tables without a primary key are now reported as errors when running a dump with the ...This ...
https://dev.mysql.com/doc/refman/9.7/en/keyring-hashicorp-plugin.html
The following instructions describe how to create the certificate and key files using OpenSSL. (Optional) To check key file content and validity, use the following commands: openssl rsa -in company.key -check openssl rsa -in vault.key -check Create ... Note The keyring_hashicorp plugin is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/workbench/en/wb-extending.html
MySQL Workbench also provides access to a cross-platform GUI library, MForms, which enables the creation of extensions that feature a graphical user interface. The extension system enables the following capabilities: Automate common tasks Extend the ... MySQL Workbench provides an extension and scripting system that enables the developer to extend MySQL Workbench ...