Search



Search Results
Displaying 831 to 840 of 2701 total results
https://dev.mysql.com/doc/connectors/en/connector-j-client-side-failover-xdevapi.html
However, if all other hosts have already been tried, those excluded hosts will be retried without waiting. Once all hosts have been tried and no connections can be established, Connector/J throws a com.mysql.cj.exceptions.CJCommunicationsException ... When using the X Protocol, Connector/J supports a client-side failover feature for establishing a ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-security.html
Standard key store types supported by the JVM are "JKS" and "PKCS12", your environment may have more available depending on what security providers are installed and available to the JVM. Standard key store types supported by the JVM are "JKS" and ... paranoid Take measures to prevent exposure sensitive information in error messages and clear data structures holding sensitive data when possible? Default Value false Since Version 3.0.1 serverRSAPublicKeyFile File path to the server RSA public key file for 'sha256_password' ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-jdbc-url-format.html
Inside a host sublist, no host can have user credentials in the @ format, but individual host can have user credentials specified in the key format. This section explains the syntax of the URLs for connecting to MySQL. This is the generic format of ...
https://dev.mysql.com/doc/connectors/en/connector-j-server-authentication.html
Also, be mindful that the password will have to be written as plain text in your Connector/J configuration file or application source code. Server authentication via server certificate verification is enabled when the Connector/J connection ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-load-balancing-failover.html
The following code snippet illustrates this: public class NdbLoadBalanceExceptionChecker extends StandardLoadBalanceExceptionChecker { public boolean shouldExceptionTriggerFailover(SQLException ex) { return super.shouldExceptionTriggerFailover(ex) ... Connector/J provides a useful load-balancing implementation for MySQL Cluster or multi-source deployments, as explained in Section 3.8.3, “Configuring Load Balancing with Connector/J” and Support for Multiple-Source Replication ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-last-insert-id.html
getGeneratedKeys() is the preferred method to use if you need to retrieve AUTO_INCREMENT keys and through JDBC; this is illustrated in the first example below. The second example shows how you can retrieve the same value using a standard SELECT ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-transactional.html
To make use of this, we only have to retrieve the dao from the application context and call a method on the dao instance. Spring allows us to add transactions into our code without having to deal directly with the JDBC classes. For that purpose, ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-statements.html
To create a Statement instance, you call the createStatement() method on the Connection object you have retrieved using one of the DriverManager.getConnection() or DataSource.getConnection() methods described earlier. Once you have a Statement ...
https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
In addition, the DB System must have the server-side authentication plugin installed and loaded before a connection can be attempted. Users who have logged in to Windows can connect from MySQL client programs to the server based on the information ... MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-scaffold-example.html
NuGet packages have the ability to select the best target for a project, which means that NuGet installs the libraries related to that specific framework version. Note that the account used to connect to the MySQL server must have access to each ...
Displaying 831 to 840 of 2701 total results