Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/preface.html
This is the X DevAPI User Guide for MySQL Shell in Python mode. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of ...License Restrictions This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-limitations.html
The model catalog schema created by the ML_TRAIN procedure incorporates the user name in the schema name (e.g., ML_SCHEMA_joesmith), and a period is not a permitted schema name character. Account Name Limitations The ML_TRAIN routine does not ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-connection.html
connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in addition to standard MySQL-defined "key:value" pairs, to be passed to MySQL Server for display as connection attributes in the 'PERFORMANCE_SCHEMA' tables ...Example ...
https://dev.mysql.com/doc/refman/9.7/en/thread-commands.html
Query Employed for user clients while executing queries by single-threaded replication applier threads, as well as by the replication coordinator thread. A thread can have any of the following Command values: Binlog Dump This is a thread on a ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/advanced.encrypted-binlog-relaylog.html
The replication master key is then put into a keyring data file, which is encrypted with the user password supplied with the option --encrypt-password, and then saved under the meta folder in the backup with the name keyring_kef. mysqlbackup creates ... MySQL Enterprise Backup supports encrypted binary and relay logs, which are handled in a similar way as the encrypted InnoDB tables are (see Chapter 6, Working with Encrypted InnoDB Tablespaces for ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/connection-options.html
When mysqlbackup creates a backup, it sends SQL commands to a MySQL server using a database server connection. The way to create a connection is similar to what is described in Connecting to the MySQL Server Using Command Options of the MySQL 9.7 ...If you do not provide a value for the --password, the command prompts for one from the ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-rest-api-setup.html
This guide sets up a basic Router REST API, adds basic authentication, and exposes a route to check Router's status. The REST API is configured using configuration sections and options are required to enable and use the REST API. For example, ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/data-type-handling.html
Note Currently there is no case of an API function like this unless user creates a plugin as explained above. In general, the data type of an argument is resolved using the following criteria, in order of priority: The expected data type for the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-clusterset-remove.html
If they are met, MySQL Shell carries out the following tasks to remove the target cluster from the InnoDB ClusterSet: Drops the replication user that was created for the ClusterSet replication channel on the target cluster. It is important to use an ... To remove a cluster from the InnoDB ClusterSet, use clusterSet.removeCluster() ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-1-0.html
This option enables you to drop existing user accounts and objects in the target before creating them from the dump or copied instance. AdminAPI Added or Changed Functionality AdminAPI Bugs Fixed Utilities Added or Changed Functionality Utilities ...(WL #16408) AdminAPI Bugs Fixed Running a rescan() operation on a Replica Cluster, could result in a warning that group_replication_view_change_uuid is required, but not ...