Search Results
https://dev.mysql.com/doc/heatwave-aws/en/hw-aws-ha-enabling-stand-alone-db-systems.html
If it does not, update the MySQL configuration and select a configuration that supports high availability. If they are not, see Editing a DB System on how to enable them. Note:Optionally, if there has been a high write load on the DB System since ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/index.html
Abstract This document contains release notes for the changes in each release of MySQL Operator for Kubernetes. For additional MySQL Operator for Kubernetes documentation, see MySQL Operator for Kubernetes. Updates to these notes occur as new ...
https://dev.mysql.com/doc/connector-j/en/connector-j-installing.html
You can install the Connector/J package using either a binary or source distribution. While the binary distribution provides the easiest method for installation, the source distribution lets you customize your installation. Both types of ...
https://dev.mysql.com/doc/connector-j/en/connector-j-logging-slf4j.html
Besides its default logger com.mysql.cj.log.StandardLogger, which logs to stderr, Connector/J supports the SLF4J logging facade, allowing end users of applications using Connector/J to plug in logging frameworks of their own choices at deployment ...
https://dev.mysql.com/doc/connector-j/en/connector-j-named-pipe.html
Important Minimal permissions on named pipes are granted to clients that use them to connect to the server. Connector/J, however, can only use named pipes when granted full access on them. As a workaround, the MySQL Server that Connector/J wants to ...
https://dev.mysql.com/doc/connector-j/en/connector-j-other-changes.html
Here are other changes with Connector/J 8.0 and beyond: Removed ReplicationDriver. Instead of using a separate driver, you can now obtain a connection for a replication setup just by using the jdbc:mysql:replication:// scheme. See Chapter 4, ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-dns-srv.html
Connector/J supports the use of DNS SRV records for connections. For information about DNS SRV support in MySQL, see Connecting to the Server Using DNS SRV Records. When multiple MySQL instances provide the same service for your applications, DNS ...
https://dev.mysql.com/doc/connector-j/en/connector-j-time-instants.html
Background A time instant is a specific moment on a time-line. A time instant is said to be preserved when it always refers to the same point in time when its value is being stored to or retrieved from a database, no matter what time zones the ...
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. In-process transactions are not lost, and no application exceptions are ...
https://dev.mysql.com/doc/connector-j/en/connector-j-using-pam.html
Java applications using Connector/J can connect to MySQL servers that use the pluggable authentication module (PAM) authentication scheme. For PAM authentication to work, you must have the following: A MySQL server that supports PAM authentication.