Search



Search Results
Displaying 1021 to 1030 of 4187 total results
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-3-0.html
(Bug #37629756) It is now possible to define the Oracle Cloud Infrastructure Object Storage connection details using the oci-cli environment variables. OCI_CLI_CONFIG_FILE OCI_CLI_PROFILE OCI_CLI_AUTH Using API Key-based authentication: OCI_CLI_USER ...Segmentation fault (core dumped) As of this release, all Routing Guidelines affected are reassigned to the target Cluster instead of the ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-prepare.html
To migrate schemas and data from Microsoft SQL Server for use with MySQL, ensure the following: The source SQL Server instance is running, and accepts TCP connections. You know the IP and port of the source SQL server instance. If you will be ...
https://dev.mysql.com/doc/connectors/en/connector-j-connection-compression-xdevapi.html
Connector/J supports data compression for X DevAPI connections when working with MySQL Server 8.0.19 and later. The following is a summary of the feature: The compression algorithms to be negotiated with the server and the priority of negotiation ...General details about this feature can be found in Connection Compression with X ...
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 ...
Displaying 1021 to 1030 of 4187 total results