Search Results
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/mysql-cluster-manager/8.4/en/mcm-install-agent-windows-service.html
The installation also configures the agent to start automatically whenever Windows starts, and to shut down safely whenever Windows shuts down. C:\>SC START MCM C:\>SC STOP MCM Alternatively, use the NET START and NET STOP commands: ... Important ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-1-0.html
(Bug #95039, Bug #35534640) The auto-deserialization function for BLOB objects is now deprecated. A deprecation warning will be issued if the connection property autoDeserialize is set to true. Version 8.1.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.1.0 supersedes the 8.0 series and is recommended for use on production ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-2-0.html
(WL #15197) The auto-deserialization function for BLOB objects, deprecated since release 8.1.0, is now removed. During the reset, the autocommit mode of the session was restored to the default value specified on the server by the system variable ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/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/9.7/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/9.7/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 ...