Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-scaffold-example.html
For an overview of the requirements to use EF Core with MySQL, see Table 7.1, “Connector/NET Versions and Entity Framework Core Support”). With the Package Manager Console approach, determine which version of Visual Studio is recommended for the ... Scaffolding a database produces an Entity Framework model from an existing ...
https://dev.mysql.com/doc/internals/en/x-protocol-lifecycle-lifecycle.html
Topics in this section: Connection Session Stages of Session Setup Authentication Pipelining Max Message Length Extensions The following list describes some of the terms introduced in this section: Transport Transport layer that exchanges data: TCP ...On a higher level they build a sequence of Messages with a initial and final ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-simple-dual.html
This example demonstrates synchronous transactions and connecting to multiple clusters in a single NDB API application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-19.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET supports TLS protocol versions TLSv1, TLSv1.1, TLSv1.2, and TLSv1.3. A new connection-string option, tlsversion, permits the restriction of a connection to a ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-working-with-relational-tables.html
The X DevAPI SQL CRUD functions allow you to work with relational tables in manners similar to using traditional SQL statements. The following code sample shows how to use the add() and select() methods of the X DevAPI SQL CRUD functions, which are ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-collections-basic-crud.html
The following example shows the basic usage of CRUD operations (see Section 4.3, “Collection CRUD Function Overview” for more details) when working with documents: After establishing a connection to a MySQL Server instance, a new collection that ... Working with collections of documents is straightforward when using X ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-creating-channel.html
A channel connects the source (an on-premises or other cloud MySQL Instance, or other MySQL HeatWave on AWS DB System) to a target MySQL HeatWave on AWS DB System (replica), and copies data changes from the source to the target. Allowed Outbound ...
https://dev.mysql.com/doc/connector-j/en/connector-j-client-authentication.html
In that case, Connector/J needs to have access to the client certificate, so it can be sent to the server while establishing new database connections. To allow client authentication, the client connecting to the server must have its own set of keys ... The server may want to authenticate a client and require the client to provide an SSL certificate to it, which it verifies against its known certificate authorities or performs additional checks on the client identity if needed (see CREATE USER SSL/TLS Options for ...
https://dev.mysql.com/doc/connector-j/en/connector-j-server-authentication.html
Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or VERIFY_IDENTITY. To verify the server certificate, Connector/J needs to be able to read the certificate ...
https://dev.mysql.com/doc/refman/8.4/en/charset-applications.html
Applications that use the database should also configure their connection to the server each time they connect. This can be done by executing a SET NAMES 'latin1' statement after connecting. The statement can be used regardless of connection method ... For applications that store data using the default MySQL character set and collation (utf8mb4, utf8mb4_0900_ai_ci), no special configuration should be ...