Search Results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-innodbconfiguration-category.html
Flush Log At Timeout Write and flush the logs every N seconds. Lock Wait Timeout The timeout in seconds an InnoDB transaction may wait for a row lock before giving up. Rollback On Timeout Enabled Whether InnoDB rolls back the entire transaction if a ... Lists the InnoDB Configuration configuration metrics and provides a brief description of ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
Default Value true Since Version 5.1.23 interactiveClient Set the 'CLIENT_INTERACTIVE' flag, which tells MySQL to timeout connections based on 'interactive_timeout' instead of 'wait_timeout'. connectionAttributes A comma-delimited list of ...Since ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-connection.html
Default Value true Since Version 5.1.23 interactiveClient Set the 'CLIENT_INTERACTIVE' flag, which tells MySQL to timeout connections based on 'interactive_timeout' instead of 'wait_timeout'. connectionAttributes A comma-delimited list of ...Since ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-methods-ssh.html
This connection method enables MySQL Workbench to connect to MySQL Server using TCP/IP over an SSH connection. Parameters Tab In addition to a number of parameters that are in common with Standard TCP/IP connections, this connection method features ...These options are: SSH Hostname: The name of the SSH ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/connection-options.html
--login-path=name --port=port-num --protocol={tcp|socket|pipe|memory} --pipe (alias for --protocol=pipe) --user=name (short option: -u) --host=hostname --socket=name --shared-memory-base-name=value (Windows only) --character-sets-dir=PATH ... When ...If you do not provide a value for the --password, the command prompts for one from the ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-methods-socket.html
The Use compression protocol and Timeout options do not apply to this connection method. This connection method enables MySQL Workbench to connect to MySQL Server using a socket file (on Unix) or a named pipe (on Windows). Parameters Tab In ...As ...
https://dev.mysql.com/doc/refman/8.4/en/encrypted-connection-protocols-ciphers.html
MySQL supports multiple TLS protocols and ciphers, and enables configuring which protocols and ciphers to permit for encrypted connections. Supported TLS Protocols Removal of Support for the TLSv1 and TLSv1.1 Protocols Connection TLS Protocol ...It ...
https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
Compatibility with Other Connection Interfaces passwd, db and connect_timeout are valid for compatibility with other MySQL interfaces and are respectively the same as password, database and connection_timeout. A connection with the MySQL server can ...An asterisk (*) following an argument indicates a synonymous argument name, available only for compatibility with other Python MySQL ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connectargs.html
Compatibility with Other Connection Interfaces passwd, db and connect_timeout are valid for compatibility with other MySQL interfaces and are respectively the same as password, database and connection_timeout. A connection with the MySQL server can ...An asterisk (*) following an argument indicates a synonymous argument name, available only for compatibility with other Python MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
Connection pooling is a technique of creating and managing a pool of connections that are ready for use by any thread that needs them. Connection pooling can greatly increase the performance of your Java application, while reducing overall resource ...* * Note: This code only works when you are using servlets * or EJBs in a J2EE application ...