Search



Search Results
Displaying 521 to 530 of 2406 total results
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-deploy-router.html
It is also possible to deploy MySQL Router to a common machine through which your application instances connect. To bootstrap MySQL Router based on an InnoDB Cluster or InnoDB ReplicaSet, you need the URI-like connection string to an online instance. Run the mysqlrouter command and provide the --bootstrap=instance option, where instance is the URI-like connection string to an online ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-load-binlogs.html
By default, the [DEFAULT] profile in the Oracle Cloud Infrastructure CLI configuration file located at ~/.oci/config is used to establish a connection to the bucket. You can substitute an alternative profile to be used for the connection with the ...
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 ...
https://dev.mysql.com/doc/mysql-shell/9.4/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/connectors/en/connector-python-opentelemetry.html
Connector/Python only supports tracing, so this guide does not include information about metric and log signals. Installing Telemetry Support Install the OpenTelemetry API, SDK, and OTLP Exporter packages on the system along with Connector/Python.
Displaying 521 to 530 of 2406 total results