Search Results
https://dev.mysql.com/doc/connector-j/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/connector-j/en/connector-j-overview.html
Key Topics For installation instructions for Connector/J, see Chapter 4, Connector/J Installation. MySQL provides connectivity for client applications developed in the Java programming language with MySQL Connector/J. Connector/J implements the ...
https://dev.mysql.com/doc/connector-j/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/connector-j/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/connector-j/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/connector-j/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/connector-j/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/connector-j/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/refman/8.4/en/alter-tablespace.html
The UNDO keyword is used with the SET {ACTIVE | INACTIVE} clause to mark an InnoDB undo tablespace as active or inactive. A keyring plugin must be installed and configured before encryption can be enabled. ALTER TABLESPACE ts1 ...It can be used to ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
Example: VERSION="1" JSON Audit Log File Format For JSON-format audit logging (audit_log_format=JSON), the log file contents form a JSON array with each array element representing an audited event as a JSON hash of key-value pairs. The MySQL server ...