Search Results
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/mysql-cluster-manager/8.4/en/mcm-set.html
In such cases, you must use a special process specification syntax; see Setting TCP Connection Attributes, for information about how this is done. Setting TCP Connection Attributes For a few attributes that apply only when using TCP connections ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-mgm-client-commands.html
CONNECT connection-string Connects to the management server indicated by the connection string. If the client is already connected to this server, the client reconnects. This command does not affect any nodes connected to the cluster. If the node is ... In addition to the central configuration file, a cluster may also be controlled through a command-line interface available through the management client ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-restore.html
For more rapid restoration, the data may be restored in parallel, provided that there is a sufficient number of cluster connections available. --connect, -c Command-Line Format --connect=connection_string Type String Default Value localhost:1186 ...
https://dev.mysql.com/doc/refman/9.7/en/user-resources.html
One means of restricting client use of MySQL server resources is to set the global max_user_connections system variable to a nonzero value. This limits the number of simultaneous connections that can be made by any given account, but places no ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-clusterset-router.html
If a controlled switchover or emergency failover takes place, the MySQL Router instances connected with the InnoDB ClusterSet are aware of this and route traffic to the new primary cluster, except for any instances that you have configured to send ... MySQL Router routes client application traffic to the appropriate clusters in an InnoDB ClusterSet ...