Search



Search Results
Displaying 3631 to 3640 of 5414 total results
https://dev.mysql.com/doc/workbench/en/wb-toolbar.html
The MySQL Workbench toolbar is located immediately below the menu bar. Click the tools in the toolbar to perform the following actions: The new document icon: Creates a new document The folder icon: Opens a MySQL Workbench file (.mwb extension) The ...The toolbar also changes depending upon which tool from the vertical toolbar is ...
https://dev.mysql.com/doc/workbench/en/wb-view-overview-physical-schemas.html
The Physical Schemas panel of the MySQL Model page shows the active schemas and the objects that they contain. MySQL Workbench provides the details of each physical schema in a separate tab. When you save a new model, MySQL Workbench creates an ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-opentelemetry.html
Note OTel context forwarding works only with MySQL Enterprise Edition, a commercial product. This implementation is distinct from the implementation provided through the MySQL client library (or the related telemetry_client client-side plugin). For ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-security.html
This may be required when using external JSSE providers or to specify cipher suites compatible with both MySQL server and used JVM. For 8.0.12 and earlier: Use SSL when communicating with the server, default is "true" when connecting to MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-session.html
Since Version 3.1.8 characterEncoding Instructs the server to set session system variables 'character_set_client' and 'character_set_connection' to the default character set supported by MySQL for the specified Java character encoding and set ...
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. For more information on JSON schema ...
https://dev.mysql.com/doc/connectors/en/connector-j-server-authentication.html
Use Java's keytool (typically located in the bin subdirectory of your JDK or JRE installation) to import the server certificates: $> keytool -importcert -alias MySQLCACert -file ca.pem \ -keystore truststore -storepass mypassword Supply the proper ... Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or ...
https://dev.mysql.com/doc/connectors/en/connector-j-using-mfa.html
This is a sample connection string that uses the three connection properties for passwords: jdbc:mysql://localhost/db?user=johndoe&password1=password&passsword2=password&password3=password The following apply when using the connection properties for ... Multifactor authentication (MFA) is the use of multiple authentication factors during an authentication ...
https://dev.mysql.com/doc/connectors/en/connector-j-using-pam.html
Java applications using Connector/J can connect to MySQL servers that use the pluggable authentication module (PAM) authentication scheme. For PAM authentication to work, you must have the following: A MySQL server that supports PAM authentication.
https://dev.mysql.com/doc/connectors/en/connector-j-YEAR.html
How a value in a MySQL YEAR column is handled is controlled by the connection property yearIsDateType: If yearIsDateType is true (the default), YEAR is mapped to the Java data type java.sql.Date. Connector/J follows the same rules that govern how ...If yearIsDateType is false, YEAR is mapped to the Java data type ...
Displaying 3631 to 3640 of 5414 total results