Search Results
https://dev.mysql.com/doc/connectors/en/connector-python-connection-pooling.html
Simple connection pooling is supported that has these characteristics: The mysql.connector.pooling module implements pooling. A pool opens a number of connections and handles thread safety when providing connections to requesters. The size of a ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connection-pooling.html
Simple connection pooling is supported that has these characteristics: The mysql.connector.pooling module implements pooling. A pool opens a number of connections and handles thread safety when providing connections to requesters. The size of a ...
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/refman/8.4/en/connection-control-plugin-installation.html
This section describes how to install the connection control plugins, CONNECTION_CONTROL and CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS. For example, put these lines in the server my.cnf file, adjusting the .so suffix for your platform as necessary: ...For general information about installing plugins, see Section 7.6.1, “Installing and Uninstalling ...
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/relnotes/connector-cpp/en/news-8-0-13.html
For X DevAPI for C, the mysqlx_opt_type_t constant is MYSQLX_OPT_CONNECT_TIMEOUT together with the OPT_CONNECT_TIMEOUT() macro. The following examples set the connection timeout to 10 milliseconds: X DevAPI examples: Session ...Connections to 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/connection-interfaces.html
This section describes aspects of how the MySQL server manages client connections. Network Interfaces and Connection Manager Threads Client Connection Thread Management Connection Volume Management Network Interfaces and Connection Manager Threads ...This interface can use the manager thread that handles “ordinary” TCP/IP requests, or a separate ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-distributed-recovery-connections.html
When a joining member connects to an online existing member for state transfer during distributed recovery, the joining member acts as a client on the connection and the existing member acts as a server. When state transfer from the donor's binary ...Configuration settings that apply to those roles outside the Group Replication context can apply for Group Replication also, unless they are overridden by a Group Replication-specific configuration setting or ...
https://dev.mysql.com/doc/refman/8.4/en/problems-connecting.html
If you encounter problems when you try to connect to the MySQL server, the following items describe some courses of action you can take to correct the problem. If the server was started with the skip_networking system variable enabled, no TCP/IP ...