Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-named-pipe.html
The “address-equals” or “key-value” form of host specification (see Single host for details) greatly simplifies the URL for a named pipe connection on Windows. Important Minimal permissions on named pipes are granted to clients that use ...
https://dev.mysql.com/doc/connectors/en/connector-j-overview.html
Key Topics For installation instructions for Connector/J, see Section 3.3, “Connector/J Installation”. MySQL provides connectivity for client applications developed in the Java programming language with MySQL Connector/J. Connector/J implements ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-configuration-properties.html
Configuration properties define how Connector/J will make a connection to a MySQL server. Unless otherwise noted, properties can be set for a DataSource object or for a Connection object. If you specify a configuration property in the URL without ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-using-ssl.html
The system works through two Java keystore files: one file contains the certificate information for the server (truststore in the examples below), and another contains the keys and certificate for the client (keystore in the examples below). All ...
https://dev.mysql.com/doc/connectors/en/connector-j-source-replica-replication-connection.html
This key class exposes host management methods for replication connections, and ReplicationConnection objects register themselves with the appropriate ReplicationConnectionGroup if a value for the new replicationConnectionGroup property is specified. This section describe a number of features of Connector/J's support for replication-aware ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-load-balancing-failover.html
The third condition revolves around three properties, which allow you to control which SQLExceptions trigger failover: loadBalanceExceptionChecker - The loadBalanceExceptionChecker property is really the key. Connector/J provides a useful ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-managing-load-balanced-connections.html
This is the key property for management: if you do not define a name (string) for loadBalanceConnectionGroup, you cannot manage the connections. Connector/J has long provided an effective means to distribute read/write load across multiple MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-jdbctemplate.html
The country code is placed in a Map with the key "country", which is the parameter is named in the SQL query. Spring makes extensive use of the Template method design pattern (see Template Method Pattern). Our immediate focus will be on the ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-example.html
The Code First approach enables you to define an entity model in code, create a database from the model, and then add data to the database. MySQL Connector/NET is compatible with multiple versions of Entity Framework Core. For specific ...
https://dev.mysql.com/doc/connectors/en/connector-net-introduction.html
Key Topics For connection string properties when using the MySqlConnection class, see Section 4.4.5, “Connector/NET Connection Options Reference”. MySQL Connector/NET enables you to develop .NET applications that require secure, ...