Search



Search Results
Displaying 331 to 340 of 2406 total results
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-managing-load-balanced-connections.html
Connector/J has long provided an effective means to distribute read/write load across multiple MySQL server instances for Cluster or source-source replication deployments. This is the key property for management: if you do not define a name ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-j2ee-concepts-managing-load-balanced-connections.html
Connector/J has long provided an effective means to distribute read/write load across multiple MySQL server instances for Cluster or source-source replication deployments. This is the key property for management: if you do not define a name ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-server-management-wizard.html
Clicking the [+] icon from the home screen launches the Setup New Connection wizard. The wizard provides a MySQL connection form to create a new MySQL connection, and includes a Configure Server Management option as a step-by-step approach to ...
https://dev.mysql.com/doc/connectors/en/connector-j-client-side-failover-xdevapi.html
When using the X Protocol, Connector/J supports a client-side failover feature for establishing a Session. If multiple hosts are specified in the connection URL, when Connector/J fails to connect to a listed host, it tries to connect to another one. This is a sample X DevAPI URL for configuring client-side failover: mysqlx://sandy:mypassword@[host1:33060,host2:33061]/test With the client-side failover configured, when there is a failure to establish a connection, Connector/J keeps attempting to connect to a host on the host ...
https://dev.mysql.com/doc/connector-j/en/connector-j-client-side-failover-xdevapi.html
When using the X Protocol, Connector/J supports a client-side failover feature for establishing a Session. If multiple hosts are specified in the connection URL, when Connector/J fails to connect to a listed host, it tries to connect to another one. This is a sample X DevAPI URL for configuring client-side failover: mysqlx://sandy:mypassword@[host1:33060,host2:33061]/test With the client-side failover configured, when there is a failure to establish a connection, Connector/J keeps attempting to connect to a host on the host ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-connection.html
For your MySQL Connector/NET application to connect to a MySQL database, it must establish a connection by using a MySqlConnection object. The MySqlConnection constructor takes a connection string as one of its parameters. The connection string ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-connection.html
For your MySQL Connector/NET application to connect to a MySQL database, it must establish a connection by using a MySqlConnection object. The MySqlConnection constructor takes a connection string as one of its parameters. The connection string ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-shm-definition.html
The shared-memory transporter (SHM) can improve performance by negating up to 20% of the overhead required by a TCP connection when running an API node (usually an SQL node) and a data node together on the same host. You can enable a shared memory ... Communications between NDB cluster nodes are normally handled using ...
https://dev.mysql.com/doc/workbench/en/wb-tutorial-plugins-php-pdo.html
$e->getMessage(); } """ % params mforms.Utilities.set_clipboard_text(text) mforms.App.get().set_status_text("Copied PHP code to clipboard") return 0 This simple plugin generates PHP code to create a MySQL connection using PHP's PDO_MySQL extension.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-connect-dns-srv.html
MYSQL * mysql_real_connect_dns_srv(MYSQL *mysql, const char *dns_srv_name, const char *user, const char *passwd, const char *db, unsigned long client_flag) Description Note mysql_real_connect_dns_srv() is a synchronous function. Instead, it names a ...
Displaying 331 to 340 of 2406 total results