Search Results
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/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/8.4/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 ...
https://dev.mysql.com/doc/ndbapi/en/overview-terminology.html
SQL node refers to a mysqld (MySQL Server) process that is connected to the NDB Cluster as an API node. The NDB API supports three different types of transporter connections: TCP/IP (local), TCP/IP (remote), and SHM. Handles coordination of ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-21.html
(Bug #30799197) Connector/C++ now implements blocking of failed connection-pool endpoints to prevent them from being reused until a timeout period has elapsed. Configuration Notes JSON Notes Security Notes X DevAPI Notes Functionality Added or ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-asset-agent-management.html
MySQL Connections: (displayed only if the agent is monitoring an instance) lists all the MySQL connections currently monitored by the agent and their configuration details. Information such as whether self-signed certificates are permitted, timeout ... The Agents view configuration view enables you to view all MySQL Enterprise Monitor Agents currently registered with the MySQL Enterprise Service ...
https://dev.mysql.com/doc/workbench/en/wb-preferences.html
Select Preferences from the Edit menu to configure MySQL Workbench to your specific needs. The Workbench Preferences sidebar menu is divided into the following sections: General Editors: General-purpose editor options, such as SQL parsing options.