Search



Search Results
Displaying 151 to 160 of 2096 total results
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 ...
https://dev.mysql.com/doc/connector-python/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 7.1, “Connector/Python Connection Arguments”. A connection with the MySQL server can be established using ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-connection.html
Connection represents a shared cluster connection from the global connection pool. 4.3.1.13.1 Synopsis public interface Connection {// Public Methods public abstract State currentState(); public abstract int nodeId(); public abstract String ...
https://dev.mysql.com/doc/connector-j/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-odbc-configuration-connection-without-dsn.html
You can connect to the MySQL server using SQLDriverConnect, by specifying the DRIVER name field. Here are the connection strings for Connector/ODBC using DSN-less connections: For Connector/ODBC 9.3: ConnectionString = "DRIVER={MySQL ODBC 9.3 ...
Displaying 151 to 160 of 2096 total results