Search



Search Results
Displaying 601 to 610 of 2325 total results
https://dev.mysql.com/doc/mysql-errors/9.7/en/client-error-reference.html
This error occurs when a function is called that is not appropriate for the current state of the connection. A key name was empty or the amount of connection attribute data for mysql_options4() exceeds the 64KB limit. You must reset the statement, ... Client error messages originate from within the MySQL client ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-basic-function-reference.html
The following table summarizes the functions available in the C API basic interface. For greater detail, see the descriptions in Section 5.4, “C API Basic Function Descriptions”.
https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-5-0.html
(Bug #38068649) Microsoft Windows: Shared Memory connections, --enable-shared-memory=true, failed when they were the only enabled protocol during server configuration. (Bug #37459624) Microsoft Windows: When upgrading, for example from version 9.1.0 ... Note These release notes were created with the assistance of MySQL HeatWave ...
https://dev.mysql.com/doc/connectors/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/connectors/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/connectors/en/connector-net-entityframework-core-scaffold-example.html
For an overview of the requirements to use EF Core with MySQL, see Table 4.3, “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/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 ...
Displaying 601 to 610 of 2325 total results