Search



Search Results
Displaying 1021 to 1030 of 3567 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/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/8.4/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 8.4 ...If you do not provide a value for the --password, the command prompts for one from the ...
https://dev.mysql.com/doc/relnotes/mysql-shell/8.4/en/news-8-4-1.html
(Bug #36562916) If an attempt to create a Replica Cluster failed due to a timeout and the revert also failed due to a timeout, the Replica Cluster could be left in an inconsistent state; ONLINE, but not associated with the ClusterSet's metadata.
https://dev.mysql.com/doc/mysql-router/9.4/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.4/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.4/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/workbench/en/wb-admin-server-management.html
For assistance in creating and managing MySQL connections, see Chapter 5, Connections in MySQL Workbench. To open the Administration - Users and Privileges secondary tab (see the previous figure), click Server and then Users and Privileges. For ...
https://dev.mysql.com/doc/workbench/en/wb-modules.html
To export functions as a module from Python code, perform the following steps: The source file must be located in the user modules folder. This path is displayed in the Workbench Scripting Shell with the label Looking for user plugins in. Table C.2 ... In the GRT Modules are libraries containing a list of functions that are exported for use by code in other modules, scripts, or Workbench ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-binary-windows-installer.html
The installer will also create the necessary links in the Start menu to the documentation and release notes. You may also use the /quiet or /q command-line option with the msiexec tool to install the Connector/NET package automatically (using the ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pem.html
In your application, add a connection string using the test database and the sslclient user account (created previously). using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + "SslMode=VerifyFull" Add the ... The ...
Displaying 1021 to 1030 of 3567 total results