Search



Search Results
Displaying 311 to 320 of 2096 total results
https://dev.mysql.com/doc/refman/8.4/en/group-replication-frequently-asked-questions.html
How are servers in a group connected? Servers in a group connect to the other servers in the group by opening a peer-to-peer TCP connection. These connections are only used for internal communication and message passing between servers in the group.
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-vault.html
By using the vault, you need not enter credentials every time MySQL Workbench attempts to connect to a server. For example, a local connection might use "localhost", "127.0.0.1", or "::1", but these are stored separately in the password storage ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-getschema.html
The GetSchema() method of the connection object can be used to retrieve schema information about the database currently connected to. The following are the collections currently provided by Connector/NET, in addition to the common collections shown ...The schema information is returned in the form of a ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-connection-id.html
This property returns the integer connection ID (thread ID or session ID) for the current connection or None when not connected.
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnectionpool-add-connection.html
Syntax: cnxpool.add_connection(cnx = None) This method adds a new or existing MySQLConnection to the pool, or raises a PoolError if the pool is full. Arguments: cnx: The MySQLConnection object to be added to the pool. If this argument is missing, ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-getschema.html
The GetSchema() method of the connection object can be used to retrieve schema information about the database currently connected to. The following are the collections currently provided by Connector/NET, in addition to the common collections shown ...The schema information is returned in the form of a ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-connection-id.html
This property returns the integer connection ID (thread ID or session ID) for the current connection or None when not connected.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnectionpool-add-connection.html
Syntax: cnxpool.add_connection(cnx = None) This method adds a new or existing MySQLConnection to the pool, or raises a PoolError if the pool is full. Arguments: cnx: The MySQLConnection object to be added to the pool. If this argument is missing, ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-manage-access.html
For more information, see the Ways to Access MySQL HeatWave Service section in OCI Service Guide and AWS Service Guide, and see the Connecting to MySQL HeatWave section in the Oracle Database Service for Azure documentation. Clients and applications ... MySQL HeatWave is designed as a pluggable engine for the DB ...
https://dev.mysql.com/doc/connector-j/en/connector-j-properties-changed.html
A complete list of Connector/J 9.6 connection properties are available in Section 6.3, “Configuration Properties”. The following are connection properties that have been changed (removed, added, have their names changed, or have their default ...
Displaying 311 to 320 of 2096 total results