Search Results
https://dev.mysql.com/doc/c-api/8.4/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/8.4/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/connector-j/en/news-8-0-20.html
Version 8.0.20 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. Functionality Added or Changed Bugs Fixed Functionality Added ...It is suitable for use with MySQL Server versions 8.0, 5.7, and ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-faq.html
How many concurrent connections does each MySQL Router instance support? A.10. Doing so can decrease network latency, allow a local unix domain socket connection to the application instead of TCP/IP, and typically application servers are easiest to ...Can I run more than one instance of the router application? ...
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 ...