Search



Search Results
Displaying 401 to 410 of 2096 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.html
Make sure that your connection timeouts are long enough so that the mysqlbackup command can keep the connection to the server open for the duration of the backup run. Here are some sample commands to start a backup operation with mysqlbackup are: # ... The mysqlbackup client is an easy-to-use tool for all backup and restore ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-ssl-session-reuse.html
As of MySQL 8.0.29, the server supports SSL session reuse by default, but only within a configurable timeout period after a user enables the feature. This section describes how C applications can use the C API capabilities to enable session reuse ...For a description of server-side and client-side operations, see Reusing SSL ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-0.html
(Bug #34199339) NDB Cluster APIs: TLS connection errors were printed even though TLS was not specified for connections. (Bug #36263410) NDB Client Programs: Some NDB utilities such ndb_show_tables leaked memory from API connections when TLS was ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-27.html
Version 8.0.27 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. (Bug #31117686) Synchronization in the ...It is suitable for ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-entityframework.html
BackoffAlgorithmErr1040 Backoff algorithm customized for the MySQL error code 1040 - Too many connections. BackoffAlgorithmErr1205 Backoff algorithm customized for the MySQL error code 1205 - Lock wait timeout exceeded; try restarting transaction.
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-entityframework.html
BackoffAlgorithmErr1040 Backoff algorithm customized for the MySQL error code 1040 - Too many connections. BackoffAlgorithmErr1205 Backoff algorithm customized for the MySQL error code 1205 - Lock wait timeout exceeded; try restarting transaction.
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-net-csharp.html
The following sample creates a table my_odbc_net and demonstrates its use in C#. { for (int i=0; i < MyOdbcException.Errors.Count; i++) { Console.Write("ERROR #" + i + "\n" + "Message: " + MyOdbcException.Errors[i].Message + "\n" + "Native: " + ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-23.html
(Bug #31954655) A connection timeout was added to prevent the MySqlConnection.Open method from waiting indefinitely for a response after MySQL Router restarted unexpectedly. Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-21.html
(WL #13059) Bugs Fixed The connect_timeout option applied to all blocking socket operations but now properly only applies to the timeout when establishing the connection. It was added to the Connection and Cursor objects in the classic protocol, and ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed On macOS, the official supported Protobuf version is versions before ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.0-ndb-8.4.0.html
(Bug #36176983) Bugs Fixed NDB Cluster APIs: TLS connection errors were printed even though TLS was not specified for connections. (Bug #36263410) NDB Client Programs: Some NDB utilities such ndb_show_tables leaked memory from API connections when ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Packaging; Linux: Removed the deprecated tool /usr/bin/pathfix.py from packages for Fedora ...
Displaying 401 to 410 of 2096 total results