Search Results
https://dev.mysql.com/doc/mysql-shell/9.7/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.7/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/c-api/9.7/en/c-api-asynchronous-data-structures.html
The value may be one of the CONNECT_STAGE_ symbols shown in the following table. This section describes data structures specific to asynchronous C API functions. For information about general-purpose C API data structures, see Section 5.2, “C API ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-asynchronous-interface.html
Asynchronous functions enable development of applications that differ from the query processing model based on synchronous functions that block if reads from or writes to the server connection must wait. Using the asynchronous functions, an ... As ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/test-protocol-trace-plugin.html
MySQL includes a test protocol trace plugin that serves to illustrate the information available from such plugins, and as a guide to writing other protocol trace plugins. To see how the test plugin works, use a MySQL source distribution; binary ...
https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-6-0.html
(Bug #118805, Bug #38328780) (Bug #97091, Bug #30381098) Wait_timeout and the sql_mode MODE_IGNORE_SPACE were set at connect time, only. (Bug #38068775) --open-win-firewall could be used when TCP/IP connections were disabled. As of this release, ...
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 ...