Search Results
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/connectors/en/connector-j-connp-props-high-availability-and-clustering.html
Default Value 120 Since Version 5.1.6 initialTimeout If 'autoReconnect' is enabled, the initial time to wait between re-connect attempts (in seconds, defaults to "2"). Default Value com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker Since ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-high-availability-and-clustering.html
Default Value 120 Since Version 5.1.6 initialTimeout If 'autoReconnect' is enabled, the initial time to wait between re-connect attempts (in seconds, defaults to "2"). Default Value com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker Since ...
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.
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-statements.html
Since Version 8.0.7 queryTimeoutKillsConnection If the timeout given in 'Statement.setQueryTimeout()' expires, should the driver forcibly abort the connection instead of attempting to abort the query? Default Value false Since Version 5.1.9 . This ...