Search



Search Results
Displaying 61 to 70 of 2298 total results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-13.html
(WL #11857) X DevAPI: A new connection property, xdevapi.connect-timeout, now defines the timeout (in milliseconds) for establishing an X-Protocol connection to the server. Default value is 10000 (10s), and a value of 0 disables timeout, which makes ... Version 8.0.13 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/encrypted-connection-protocols-ciphers.html
MySQL supports multiple TLS protocols and ciphers, and enables configuring which protocols and ciphers to permit for encrypted connections. Supported TLS Protocols Removal of Support for the TLSv1 and TLSv1.1 Protocols Connection TLS Protocol ...It ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
Connection pooling is a technique of creating and managing a pool of connections that are ready for use by any thread that needs them. Connection pooling can greatly increase the performance of your Java application, while reducing overall resource ...* * Note: This code only works when you are using servlets * or EJBs in a J2EE application ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
Connection pooling is a technique of creating and managing a pool of connections that are ready for use by any thread that needs them. Connection pooling can greatly increase the performance of your Java application, while reducing overall resource ...* * Note: This code only works when you are using servlets * or EJBs in a J2EE application ...
https://dev.mysql.com/doc/mysql-shell/8.4/en/mysqlsh.html
--connect-timeout=ms Configures how long MySQL Shell waits (in milliseconds) to establish a global session specified through command-line arguments. When MySQL Shell is connected to the MySQL Server through the X Protocol, the X DevAPI can be used ... MySQL Shell is an advanced command-line client and code editor for ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-methods-standard.html
It also includes these options: Timeout: Maximum time to wait before the connection is aborted. This connection method enables MySQL Workbench to connect to MySQL Server using TCP/IP. In addition to naming your new connection in the field provided, ...If disabled, use named pipes or shared memory (on Windows) or Unix socket files (on ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-x-protocol-and-x-devapi.html
Since Version 8.0.22 xdevapi.connect-timeout X DevAPI-specific timeout, in milliseconds, for socket connect, with "0" being no timeout. If 'xdevapi.connect-timeout' is not set explicitly and 'connectTimeout' is, 'xdevapi.connect-timeout' takes up ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-x-protocol-and-x-devapi.html
Since Version 8.0.22 xdevapi.connect-timeout X DevAPI-specific timeout, in milliseconds, for socket connect, with "0" being no timeout. If 'xdevapi.connect-timeout' is not set explicitly and 'connectTimeout' is, 'xdevapi.connect-timeout' takes up ...
https://dev.mysql.com/doc/refman/8.4/en/connection-compression-control.html
Connections to the server can use compression on the traffic between client and server to reduce the number of bytes sent over the connection. By default, connections are uncompressed, but can be compressed if the server and the client agree on a ...Because enabling compression decreases performance, its benefits occur primarily when there is low network bandwidth, network transfer time dominates the cost of compression and decompression operations, and result sets are ...
https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
Compatibility with Other Connection Interfaces passwd, db and connect_timeout are valid for compatibility with other MySQL interfaces and are respectively the same as password, database and connection_timeout. A connection with the MySQL server can ...An asterisk (*) following an argument indicates a synonymous argument name, available only for compatibility with other Python MySQL ...
Displaying 61 to 70 of 2298 total results