Search



Search Results
Displaying 651 to 660 of 1278 total results
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-61.html
To create a custom group, right-click on a variable and choose either Add to Custom Category (to create a new category), or an existing custom category. This section summarizes many of the new features added to MySQL Workbench 6.1, in relation to ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-63.html
This is another way to transfer data from one MySQL server to another while performing a migration, and it complements the existing solutions. This section summarizes many of the new features added to MySQL Workbench 6.3, in relation to the MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-j-connection-compression-xdevapi.html
Out of all the compression algorithms now supported by MySQL Server for X DevAPI connections, Connector/J provides out-of-the-box support for Deflate only; this is because none of the other compression algorithms (LZ4 and zstd, for now) are natively ... Connector/J supports data compression for X DevAPI connections when working with MySQL Server 8.0.19 and ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
Default Value com.mysql.cj.jdbc.CommentClientInfoProvider Since Version 5.1.0 createDatabaseIfNotExist Creates the database given in the URL if it doesn't yet exist. connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in ...
https://dev.mysql.com/doc/connectors/en/connector-j-installing-upgrading.html
A newer version of Connector/J might include changes to support new features, improve existing functionality, or comply with new standards. This section has information for users who are upgrading from one version of Connector/J to another, or to a ...
https://dev.mysql.com/doc/connectors/en/connector-j-support-bug-report.html
If a connection already exists, that connection is returned, otherwise a new connection is created. The normal place to report bugs is http://bugs.mysql.com/, which is the address for our bugs database. This database is public, and can be browsed ...
https://dev.mysql.com/doc/connectors/en/connector-j-upgrading-to-8.0.html
While Java 8 is known to be strongly compatible with earlier Java versions, incompatibilities do exist, and code designed to work on Java 7 might need to be adjusted before being run on Java 8. Upgrading an application developed for Connector/J 5.1 ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
With connection pooling, your thread may end up using either a new connection or an already-existing connection. Connection pooling is a technique of creating and managing a pool of connections that are ready for use by any thread that needs them.
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-troubleshooting.html
This section explains the symptoms and resolutions for the most commonly encountered issues with applications using MySQL Connector/J. Questions 3.14.1: When I try to connect to the database with MySQL Connector/J, I get the following exception: ...
https://dev.mysql.com/doc/connectors/en/connector-j-using-openID.html
The file specified by idTokenFile must exist and must be readable during runtime, or authentication will fail. OpenID Connect is an authentication protocol based on the OAuth 2.0 framework, providing a simplified and interoperable ways of ...
Displaying 651 to 660 of 1278 total results