Search



Search Results
Displaying 971 to 980 of 3829 total results
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-prepared-statements.html
Default Value true Since Version 3.1.12 useServerPrepStmts Use server-side prepared statements if the server supports them? The server may limit the number of prepared statements with 'max_prepared_stmt_count' or disable them altogether. In case of ...Default Value false Since Version 3.1.0 useStreamLengthsInPrepStmts Honor stream length parameter in 'PreparedStatement/ResultSet.set*Stream()' method calls? Default Value true Since Version ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-errors.html
Because connecting to an external server is unpredictable, it is important to add error handling to your .NET application. The two most common error numbers when connecting are as follows: 0: Cannot connect to server. The following code example ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-errors.html
Because connecting to an external server is unpredictable, it is important to add error handling to your .NET application. The two most common error numbers when connecting are as follows: 0: Cannot connect to server. The following code example ...
https://dev.mysql.com/doc/internals/en/authentication-method-mismatch.html
Note The missmatch can happen even if client and server used the same authentication method in the initial handshake, but this method was different from the method M required by the user account. In the 4.1+ server the default authentication method ... Assume that client wants to log in as user U and that user account uses authentication method ...
https://dev.mysql.com/doc/internals/en/connection-phase.html
Note In case the server sent a ERR packet as first packet it will happen before the client and server negotiated any capabilities. After initial handshake, server informs client about the method to be used for authentication (unless it was already ...At this stage client can request SSL connection, in which case an SSL communication channel is established before client sends its authentication ...
https://dev.mysql.com/doc/internals/en/transactions-roles-responsibilities.html
The server has only one way to know that an engine participates in the statement and a transaction has been started in an engine: the engine says so. For example, since a call to trans_register_ha() in most engines is embedded into an ...So, in ...
https://dev.mysql.com/doc/ndbapi/en/mccj-overview-java.html
A NDB Cluster is defined as one or more MySQL Servers providing access to an NDBCLUSTER storage engine—that is, to a set of NDB Cluster data nodes (ndbd processes). JDBC works by sending SQL statements to the MySQL Server and returning result ...
https://dev.mysql.com/doc/ndbapi/en/overview-application-level-partitioning.html
There is no restriction against instantiating multiple Ndb_cluster_connection objects representing connections to different management servers in a single application, nor against using these for creating multiple instances of the Ndb class. An ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-11.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Incompatible Change: When documents without an _id attribute are added to a collection, the server now automatically generates IDs for them. The server determines the ID ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-20.html
The option is set to preferred mode by default to compress the payload data if the MySQL server instance also supports compression. Schema validation is performed by the server, which returns an error message if a document in a collection does not ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET now supports Entity Framework Core 3.1.1 on all platforms with NET Standard 2.0 ...
Displaying 971 to 980 of 3829 total results