Search



Search Results
Displaying 191 to 200 of 2364 total results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-tcp-definition-direct.html
Setting up a cluster using direct connections between data nodes requires specifying explicitly the crossover IP addresses of the data nodes so connected in the [tcp] section of the cluster config.ini file. The use of direct TCP connections between ...In the following example, we envision a cluster with at least four hosts, one each for a management server, an SQL node, and two data ...
https://dev.mysql.com/doc/connectors/en/connector-j-multi-host-connections.html
The following sections discuss a number of topics that involve multi-host connections, namely, server load-balancing, failover, and replication. Developers should know the following things about multi-host connections that are managed through ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-pooling.html
Connection pooling enables the ODBC driver to re-use existing connections to a given database from a pool of connections, instead of opening a new connection each time the database is accessed. By enabling connection pooling you can improve the ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-pooling.html
Connection pooling enables the ODBC driver to re-use existing connections to a given database from a pool of connections, instead of opening a new connection each time the database is accessed. By enabling connection pooling you can improve the ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-connect.html
import _mysql_connector ccnx = _mysql_connector.MySQL() ccnx.connect(user='scott', password='password', host='127.0.0.1', database='employees') ccnx.close() connect() supports the following arguments: host, user, password, database, port, ...Raises ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting.html
Connecting to a DB System 5 Connecting to a DB System Clients and applications interact with a MySQL HeatWave Cluster by connecting to the DB System. This chapter describes how to connect to the DB System from the MySQL HeatWave Console and from ...
https://dev.mysql.com/doc/connector-j/en/connector-j-multi-host-connections.html
The following sections discuss a number of topics that involve multi-host connections, namely, server load-balancing, failover, and replication. Developers should know the following things about multi-host connections that are managed through ...
https://dev.mysql.com/doc/refman/8.4/en/ipv6-remote-connections.html
The following procedure shows how to configure MySQL to permit IPv6 connections by remote clients. To accept IPv6 connections from clients outside the local network, the server host must have a public address. Start the MySQL server with an ...It ...
https://dev.mysql.com/doc/connectors/en/connector-j-using-openID.html
OpenID Connect is an authentication protocol based on the OAuth 2.0 framework, providing a simplified and interoperable ways of authentication for enhanced security. Connector/J supports authentication for users created on a MySQL server using the ...The file specified by idTokenFile must exist and must be readable during runtime, or authentication will ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysql-connector-connect.html
This method sets up a connection, establishing a session with the MySQL server. For a complete list of possible arguments, see Section 6.7.1, “Connector/Python Connection Arguments”. A connection with the MySQL server can be established using ...If no arguments are given, it uses the already configured or default ...
Displaying 191 to 200 of 2364 total results