Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset-repair.html
Follow this procedure to repair an InnoDB Cluster that is part of an InnoDB ClusterSet deployment: Using MySQL Shell, connect to any member server in the primary cluster or in one of the replica clusters, using an InnoDB Cluster administrator ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-cloud-service-configuration-s3api.html
IPv6: the IMDS endpoint address is set to http://[fd00:ec2::254]/ AWS_METADATA_SERVICE_TIMEOUT: (Amazon IMDS) specifies the number of seconds to wait for a successful connection to the IMDS endpoint before timing out. IPv6: the IMDS endpoint address ...Configuration Parameter Precedence Environment Variables Configuration Files Connection Retry Strategy Configuration Parameter Precedence Configuration parameters are used in order of precedence: ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/test-failover.html
If a current secondary leaves the cluster, MySQL Router stops redirecting read-only connections to the instance. In multi-primary mode: If a current "R/W" instance leaves the cluster, MySQL Router redirects read-write connections to other primaries.
https://dev.mysql.com/doc/workbench/en/wb-forward-engineering-live-server.html
The first step of the process is to connect to a MySQL server to create the new database schema. As the following figure shows, this page enables you to use a previously stored connection or to enter the connection parameters. Figure 9.40 Set ...
https://dev.mysql.com/doc/workbench/en/wb-relationship-tools.html
A non-identifying relationship: identified by a broken (dashed) line between tables Create or drag and drop the tables that you wish to connect. To edit the properties of a foreign key, double-click anywhere on the connection line that joins the two ...Typically this occurs where an intermediary table is created to resolve a many-to-many ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-datetime-types-processing.html
connectionTimeZone Configures the connection time zone which is used by Connector/J if conversion between the JVM default and a target time zone is needed when preserving instant temporal values. If set to "LOCAL" then the driver assumes that the ...Accepts a geographic time zone name or a time zone offset from Greenwich/UTC, using a syntax 'java.time.ZoneId' is able to parse, or one of the two logical values "LOCAL" and ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming.html
MySQL Connector/NET comprises several classes that are used to connect to the database, execute queries and statements, and manage query results. The following are the major classes of Connector/NET: MySqlConnection: Represents an open connection ...MySqlCommand: Represents an SQL statement to execute against a MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-mysqlscript.html
Further details of the MySqlScript class can be found in the reference documentation supplied with MySQL Connector/NET. The MySqlScript object will execute the specified script on the connection set using the Connection property. MySqlScript script ... This tutorial teaches you how to use the MySqlScript ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl.html
In this tutorial you will learn how you can use MySQL Connector/NET to connect to a MySQL server configured to use SSL. Support for SSL client PFX certificates was added to the Connector/NET 6.2 release series. More recently, support for SSL client ...MySQL Server uses the PEM format for certificates and private ...
https://dev.mysql.com/doc/connectors/en/connector-net-versions.html
MySQL Connector/NET 9.x series is a continuation of Connector/NET 8.x series, but now named to synchronize with the (latest) MySQL server version it supports. This version continues the functionality of the previous Connector/NET release series, ...