Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-overview.html
MySQL provides connectivity for client applications developed in the Java programming language with MySQL Connector/J. Connector/J implements the Java Database Connectivity (JDBC) API, as well as a number of value-adding extensions of it. MySQL ...
https://dev.mysql.com/doc/connector-j/en/connector-j-server-authentication.html
Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or VERIFY_IDENTITY. If sslMode is not set, server authentication via server certificate verification is ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-tomcat.html
The following instructions are based on the instructions for Tomcat-5.x, available at http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html which is current at the time this document was written. First, install the .jar file ...
https://dev.mysql.com/doc/refman/8.4/en/added-deprecated-removed.html
innodb_api_bk_commit_interval: How often to auto-commit idle connections which use InnoDB memcached interface, in seconds. Options and Variables Introduced in MySQL 8.4 Options and Variables Deprecated in MySQL 8.4 Options and Variables Removed in ...
https://dev.mysql.com/doc/refman/8.4/en/charset-connection.html
Each client can autodetect which character set to use based on the operating system setting, such as the value of the LANG or LC_ALL locale environment variable on Unix systems or the code page setting on Windows systems. C applications can use ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-replication.html
Group Replication members can also be configured to use the clone plugin as an option for distributed recovery, in which case joining members automatically choose the most efficient way to retrieve group data from existing group members. When you ...
https://dev.mysql.com/doc/refman/8.4/en/concurrent-inserts.html
By default, the variable is set to AUTO (or 1) and concurrent inserts are handled as just described. If there are multiple INSERT statements, they are queued and performed in sequence, concurrently with the SELECT statements. The results of a ...
https://dev.mysql.com/doc/refman/8.4/en/data-directory.html
Information managed by the MySQL server is stored under a directory known as the data directory. The following list briefly describes the items typically found in the data directory, with cross references for additional information: Data directory ...
https://dev.mysql.com/doc/refman/8.4/en/docker-mysql-getting-started.html
Also notice that when the main process of a container (mysqld in the case of a MySQL Server container) is stopped, the Docker container stops automatically. Warning The MySQL Docker images maintained by the MySQL team are built specifically for ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-performance-xcom-cache-reduce.html
A member that has left a group makes three auto-rejoin attempts by default, so the process of rejoining the group can still take place without operator intervention. The minimum setting for the XCom message cache size in MySQL 8.4 is 128 MB, which ...