Search Results
https://dev.mysql.com/doc/mysql-monitor/8.0/en/platforms-prereqs-reference.html
General Platform Recommendations The following are recommended: Ensure that your Service Manager and Agent hosts are synchronized to the same time server. MySQL Requirements This section describes the MySQL Server requirements for MySQL Enterprise ... The supported platforms for MySQL Enterprise Service Manager and MySQL Enterprise Monitor Agent are listed at the following locations: MySQL Enterprise Service Manager Supported Platforms MySQL Enterprise Monitor Agent Supported Platforms For platform support updates, see MySQL Product Support ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/precondition-queries-reference.html
For example, they are used in the default advisors to check the MySQL server version, because some main queries cannot be executed on older versions of the server. The following is an example of a precondition query which checks the version of the ...Precondition queries determine that specific conditions are true before executing the main ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-audit.html
When installed, the audit plugin enables the MySQL server to produce a log file containing an audit record of server activity. audit-log=FORCE_PLUS_PERMANENT Restart the server to apply the configuration change: $> systemctl restart mysqld By ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-debugging-profiling.html
If set to "REQUIRED", an OpenTelemetry library must be available at run time, or connections to the MySQL Server will fail. logger The name of a class that implements 'com.mysql.cj.log.Log' that will be used to log messages to. Default Value ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-networking.html
Default Value 1080 Since Version 5.1.34 socketFactory The name of the class that the driver should use for creating socket connections to the server. Since Version 5.0.5 maxAllowedPacket Maximum allowed packet size to send to server. Also, due to an ... socksProxyHost Name or IP address of a SOCKS host to connect ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-result-sets.html
clobberStreamingResults This will cause a streaming result set to be automatically closed, and any outstanding data still streaming from the server to be discarded if another query is executed before all the data has been read from the server.
https://dev.mysql.com/doc/connector-j/en/connector-j-schema-validation.html
When working with MySQL Server 8.0.19 and later: Schema validation can be configured for a Collection, so that documents in the Collection are validated against a schema before they can be inserted or updated. This is done by specifying a JSON ...
https://dev.mysql.com/doc/connector-j/en/connector-j-session-state-tracker.html
Connector/J can receive information on client session state changes tracked by the server if the tracking has been enabled on the server. However, the session state change information can also be received using a SessionStateChangesListener, which ...The reception of the information is enabled by setting the Connector/J connection property trackSessionState to true (default value is false for the ...
https://dev.mysql.com/doc/connector-j/en/connector-j-testing.html
com.mysql.cj.testsuite.url: it specifies the JDBC URL for connection to a MySQL test server; see Section 6.2, “Connection URL Syntax”. com.mysql.cj.testsuite.url.openssl: (for release 8.0.26 and earlier only) it specifies the JDBC URL for ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-j2ee-concepts-load-balancing-failover.html
When trying to balance workload between multiple servers, the driver has to determine when it is safe to swap servers, doing so in the middle of a transaction, for example, could cause problems. For this reason, Connector/J will only try to pick a ... Connector/J provides a useful load-balancing implementation for MySQL Cluster or multi-source deployments, as explained in Section 9.3, “Configuring Load Balancing with Connector/J” and Support for Multiple-Source Replication ...