Search



Search Results
Displaying 1141 to 1150 of 3329 total results
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-new.html
Figure 5.1 Setup New Connection Form Important The Configure Server Management button (bottom left) opens an optional configuration wizard for setting shell commands on the host. Fill out the connection details and optionally click Configure Server ... To add a connection, click the [+] icon to the right of the MySQL Connections title on the home ...
https://dev.mysql.com/doc/workbench/en/wb-performance-reports.html
Performance schema based reports provide insight into the MySQL server operations through helpful high-level reports. The SYS schema is bundled with MySQL Server 5.7 and above, and MySQL Workbench uses that version. However, for MySQL Server 5.6, ...MySQL Workbench uses the SYS views on the Performance Schema to generate over 20 reports to help analyze the performance of your MySQL ...
https://dev.mysql.com/doc/connectors/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/connectors/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/connectors/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/connectors/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/connectors/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/connectors/en/connector-j-testing.html
com.mysql.cj.testsuite.url: it specifies the JDBC URL for connection to a MySQL test server; see Section 3.5.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/connectors/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 3.8.3, “Configuring Load Balancing with Connector/J” and Support for Multiple-Source Replication ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-pooling.html
You can turn it off or adjust its performance characteristics using the connection string options Pooling, Connection Reset, Connection Lifetime, Cache Server Properties, Max Pool Size and Min Pool Size. Connection pooling works by keeping the ...
Displaying 1141 to 1150 of 3329 total results