Search Results
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup-online-backup.html
With an active MySQL connection tab open, select MySQL Enterprise Backup from the Server menu to view the main Online Backup overview page in the current tab. This section describes how to configure a backup profile that defines what should be ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-modeling.html
Relationships/Connections Draw Line Crossings (slow in large diagrams) Show Captions Center Captions Over Line Preferences: Modeling: Appearance Use this preference group to set the available colors for the objects that appear on an EER diagram ...
https://dev.mysql.com/doc/workbench/en/wb-reverse-engineering.html
With MySQL Workbench, you can reverse-engineer a database using a MySQL create script or you can connect to a live MySQL server and import a single database or a number of databases.
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-query-panel.html
The SQL query secondary tab opens by default when you make a connection to a server from the Home screen. You can enter SQL statements directly into the query editor area. The statements entered can be saved to a file or snippet for later use. At ...
https://dev.mysql.com/doc/connectors/en/connector-j-2-way-authentication.html
Apply the steps outlined in both Section 3.5.9.1, “Setting up Server Authentication” and Section 3.5.9.2, “Setting up Client Authentication” to set up a mutual, two-way authentication process in which the server and the client authenticate ...Although the typical setup described above uses the same CA certificate in both ends for mutual authentication, it does not have to be the ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-blob-clob-processing.html
blobSendChunkSize Chunk size to use when sending BLOB/CLOBs via server-prepared statements. Note that this value cannot exceed the value of 'maxAllowedPacket' and, if that is the case, then this value will be corrected automatically. Since Version ...
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. Setting it to "DISABLED" turns off generating OpenTelemetry instrumentation by Connector/J. Connector/J relies entirely on ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-exceptions-warnings.html
These classes will be instantiated one per 'Connection' instance, and all 'SQLException' exceptions thrown by the driver will be allowed to be intercepted by these interceptors, in a chained fashion, with the first class listed as the head of the ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-session.html
sessionVariables A comma or semicolon separated list of "name=value" pairs to be sent as "SET [SESSION] ..." to the server when the driver connects. Since Version 3.1.8 characterEncoding Instructs the server to set session system variables ...Since ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-type-conversions.html
MySQL Connector/J is flexible in the way it handles conversions between MySQL data types and Java data types. Connector/J issues warnings or throws DataTruncation exceptions as is required by the JDBC specification, unless the connection was ...In ...