Search



Search Results
Displaying 1311 to 1320 of 1831 total results
https://dev.mysql.com/doc/workbench/en/wb-sql-editor.html
You can merge (or separate) the content of the two tabs into a single list by clicking merge (). The visual SQL editor consists of a set of specialized editors (query, schema, table, and so on) and three panels: sidebar, secondary sidebar, and ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor-columns-tab.html
Note ENUM, BIT, and SET must contain at least one value when entering these data types into MySQL Workbench. Use the Columns subtab to display and edit all the column information for a table. You can also use the Columns subtab to change column ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor-partitioning-tab.html
To enable partitioning for your table, check the Enable Partitioning check box. This enables the partitioning options (shown in the figure that follows). Figure 8.18 The Partitioning Tab The Partition By pop-up menu displays the types of partitions ...
https://dev.mysql.com/doc/workbench/en/wb-vertical-toolbar.html
You can also double-click the table to load it into the table editor. The vertical toolbar appears on the left sidebar (see the following figure) when an EER diagram tab is selected. Figure 9.12 The Vertical Toolbar Clicking a tool changes the ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-windows-notes.html
In the Project, Properties tree view, under C++, Preprocessor, enter the appropriate macro into the Preprocessor Definitions text field: For applications that use X DevAPI, X DevAPI for C, or (as of Connector/C++ 8.0.16) the legacy JDBC API, define ... This section describes aspects of building Connector/C++ applications that are specific to Microsoft ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-binary.html
To unpack a compressed tar file, use this command in the intended installation directory: tar zxvf PACKAGE.tar.gz To install from a Zip archive package (.zip file), use WinZip or another tool that can read .zip files to unpack the file into the ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-source-distribution.html
To install from a Zip archive package (.zip file), use WinZip or another tool that can read .zip files to unpack the file into the location of your choosing. To obtain a Connector/C++ source distribution, visit the Connector/C++ downloads page. A ...
https://dev.mysql.com/doc/connectors/en/connector-j-2-way-authentication.html
The only requirements are that the CA certificate configured in the server must be able to validate the client certificate and the CA certificate imported into the client truststore must be able to validate the server certificate; the two CA ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-datetime-types-processing.html
If set to "true", its value is rendered with fractional seconds allowing to store milliseconds into MySQL TIME column. connectionTimeZone Configures the connection time zone which is used by Connector/J if conversion between the JVM default and a ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-security.html
paranoid Take measures to prevent exposure sensitive information in error messages and clear data structures holding sensitive data when possible? Default Value false Since Version 3.0.1 serverRSAPublicKeyFile File path to the server RSA public key ...
Displaying 1311 to 1320 of 1831 total results