Search Results
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, ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-trace-source.html
4.5.12.2.2 Building Custom Listeners To build custom listeners that work with the MySQL Connector/NET Trace Source, it is necessary to understand the key methods used, and the event data formats used. The .NET tracing architecture consists of four ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-entityframework.html
MySqlModelCacheKey Represents a key value that uniquely identifies an Entity Framework model that has been loaded into memory. Classes Class Description BackoffAlgorithm Represents the base class for backoff algorithms. BackoffAlgorithmErr1040 ...
https://dev.mysql.com/doc/connectors/en/connector-net-simple-membership-tutorial.html
<membership defaultProvider="MySqlSimpleMembershipProvider"> <providers> <clear/> <add name="MySqlSimpleMembershipProvider" type="MySql.Web.Security.MySqlSimpleMembershipProvider,MySql.Web, ... This section documents the ability to use a simple ...