Search



Search Results
Displaying 441 to 450 of 2325 total results
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/mysql-shell/9.7/en/mysql-shell-configuring-options.html
connectTimeout 10 float greater than 0 The time in seconds to wait before the connection of any session not using AdminAPI times out. dba.connectTimeout 5 float greater than 0 The time in seconds to wait before the connection of any session using ...
https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-3-0.html
To fix this, we now connect in a way that is non-blocking, and that returns in case of a timeout, leaving the retry attempts to the caller—in this specific case, the XCom thread when trying to reconnect to another node. (Bug #37375269) ...(Bug ...
https://dev.mysql.com/doc/ndbapi/en/mccj-overview-clusterj-object-models.html
It also stores parameters regarding how to connect to the cluster, including connection delays and timeouts. The Session interface represents a user's or application's individual connection to an NDB Cluster. A thread can manage multiple Session ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-31.html
(Bug #107618, Bug #34317220) After a connection timeout expired, exception type TimeoutException was thrown when MySqlException was expected. (WL #15213) Functionality Added or Changed Connector/NET now provides DNS Service (SRV) records support ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-post-install.html
TimeoutSec=0 # Start main service ExecStart=/usr/local/mysql/bin/mysqld --defaults-file=/etc/my.cnf $MYSQLD_OPTS # Use this to switch malloc implementation EnvironmentFile=-/etc/sysconfig/mysql # Sets open_files_limit LimitNOFILE = 10000 ...
https://dev.mysql.com/doc/refman/9.7/en/thread-pool-tuning.html
You may need to adjust the value from this starting point to suit a given workload; a reasonable upper bound for this value is the maximum number of concurrent connections expected; the value of the Max_used_connections status variable can serve as ... This section provides guidelines on determining the best configuration for thread pool performance, as measured using a metric such as transactions per ...
Displaying 441 to 450 of 2325 total results