Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-server.html
service-startup-timeout=seconds How long in seconds to wait for confirmation of server startup. MySQL distributions on Unix and Unix-like system include a script named mysql.server, which starts the MySQL server using mysqld_safe. It can be used on ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-metadata-locks-table.html
When a pending lock request times out (ER_LOCK_WAIT_TIMEOUT), its row status is updated from PENDING to TIMEOUT. The VICTIM, TIMEOUT, and KILLED status values are brief and signify that the lock row is about to be deleted. The value is one of ...
https://dev.mysql.com/doc/connectors/en/connector-j-config-failover.html
A failover happens when connection-related errors occur for an underlying, active connection. The connection errors are, by default, propagated to the client, which has to handle them by, for example, recreating the working objects (Statement, ...
https://dev.mysql.com/doc/connector-j/en/connector-j-config-failover.html
A failover happens when connection-related errors occur for an underlying, active connection. The connection errors are, by default, propagated to the client, which has to handle them by, for example, recreating the working objects (Statement, ...
https://dev.mysql.com/doc/workbench/en/workbench-faq.html
Can I adjust the timeout? Yes, go to Preferences, SQL Editor, and adjust the DBMS connection read time out option that defaults to 600 seconds. What is a MySQL connection? Why might I need to create more than one? A.2. What is a MySQL connection? ...
https://dev.mysql.com/doc/connectors/en/connector-j-source-replica-replication-connection.html
This section describe a number of features of Connector/J's support for replication-aware deployments. Such Connection objects report they are read-only, and isSourceConnection() returns false for them. The Connection tests for available source ...
https://dev.mysql.com/doc/connector-j/en/connector-j-source-replica-replication-connection.html
This section describe a number of features of Connector/J's support for replication-aware deployments. Such Connection objects report they are read-only, and isSourceConnection() returns false for them. The Connection tests for available source ...
https://dev.mysql.com/doc/refman/8.4/en/transport-protocols.html
For programs that use the MySQL client library (for example, mysql and mysqldump), MySQL supports connections to the server based on several transport protocols: TCP/IP, Unix socket file, named pipe, and shared memory. Transport Protocol Selection ...This section describes how to select these protocols, and how they are similar and ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-using-ssl.html
Connector/J can encrypt all data communicated between the JDBC driver and the server (except for the initial handshake) using SSL. There is a performance penalty for enabling connection encryption, the severity of which depends on multiple factors ...The system works through two Java keystore files: one file contains the certificate information for the server (truststore in the examples below), and another contains the keys and certificate for the client (keystore in the examples ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-using-ssl.html
Connector/J can encrypt all data communicated between the JDBC driver and the server (except for the initial handshake) using SSL. There is a performance penalty for enabling connection encryption, the severity of which depends on multiple factors ...The system works through two Java keystore files: one file contains the certificate information for the server (truststore in the examples below), and another contains the keys and certificate for the client (keystore in the examples ...