Search Results
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utils-copy.html
Running the Utilities The copy instance, copy schema, and copy table utilities use the MySQL Shell global session to obtain the connection details of the MySQL server from which the copy is carried out. You must open the global session (which can ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/reboot-outage.html
This operation enables you to connect to one of the cluster's MySQL instances and use its metadata to recover the cluster. Connect to the most up-to-date instance and run the following command: JS> var cluster = dba.rebootClusterFromCompleteOutage() ... If your cluster experiences a complete outage you can reconfigure it using ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/setting-up-innodb-cluster-and-mysql-router.html
If one instance fails, the MySQL Router updates its routing configuration automatically and ensures that new connections are routed to the remaining instances. Open a terminal in your home directory: On a Linux system, issue: [demo-user@losthost]$> ... In the following example, we complete the following tasks using a sandbox deployment with AdminAPI to deploy an InnoDB Cluster with MySQL ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-basic-interface-usage.html
Initialize a connection handler by calling mysql_init() and connect to the server by calling a connection-establishment function such as mysql_real_connect(). (The following discussion provides more information about how to do this.) Close the ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/9.7/en/news-9-4-0.html
In this new design, an umbrella SessionFactory manages a set of SessionFactory objects, each of which connects to a single database through a shared pool of connections, so that connections to databases in the same NDB cluster share the same ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-1-0.html
(Bug #36701854) Running any of the diagnostics utilities against an instance with binary logging disabled, and using an X Protocol connection, resulted in an error. As of this release, the diagnostics utilities use classic connections, only. If the ... AdminAPI Added or Changed Functionality AdminAPI Bugs Fixed Utilities Added or Changed Functionality Utilities Bugs Fixed Functionality Added or Changed Bugs Fixed AdminAPI Added or Changed Functionality AdminAPI now performs version compatibility checks in operations which create or modify replication ...
https://dev.mysql.com/doc/connectors/en/connector-j-overview.html
MySQL provides connectivity for client applications developed in the Java programming language with MySQL Connector/J. Connector/J implements the Java Database Connectivity (JDBC) API, as well as a number of value-adding extensions of it. MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pem.html
In previous versions of Connector/NET, your only choice was to use platform-dependent PFX format certificates. In your application, add a connection string using the test database and the sslclient user account (created previously). For example: Set ... The direct use of PEM format certificates was introduced to simplify certificate management in multiplatform environments that include similar MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pem.html
In previous versions of Connector/NET, your only choice was to use platform-dependent PFX format certificates. In your application, add a connection string using the test database and the sslclient user account (created previously). For example: Set ... The direct use of PEM format certificates was introduced to simplify certificate management in multiplatform environments that include similar MySQL ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-catalog-dashboard.html
By default, and when an Internet connection is present, MySQL Installer attempts to update the catalog at startup every seven days. If selected, this option configures MySQL Installer to run without depending on internet-connection capabilities. At ... This section describes the MySQL Installer product catalog, the dashboard, and other actions related to product selection and ...