Search Results
https://dev.mysql.com/doc/workbench/en/wb-table-editor.html
You can also access the MySQL Table Editor from an EER Diagram by double-clicking on a table object. The MySQL Table Editor is a used to create and modify tables. You can add or modify the columns or indexes of a table, change the engine, add ...
https://dev.mysql.com/doc/workbench/en/wb-tables-physical-schemata.html
Double-clicking the Add table icon in the Physical Schemas section of the Model Overview tab adds a table with the default name of table1. If a table with this name already exists, the new table is named table2. Adding a new table automatically ...
https://dev.mysql.com/doc/workbench/en/wb-using-layer-tool.html
The following figure shows a layer named "My Sakila Views" with several views: Figure 9.18 The Layer Object To open the layer editor, either double-click the layer or right-click the layer and choose the edit option. To add layers to an EER ...
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/workbench/en/wb-views-physical-schemata.html
To add a view, double-clicking the Add View icon in the Physical Schemas section of the MySQL Model page. If a view with this name already exists, the new view is named view2. Adding a new view automatically opens the view editor docked at the ...
https://dev.mysql.com/doc/workbench/en/wbcopytables.html
Usually, quoting your parameter values with 'single' or "double" quotes is enough. wbcopytables is a command-line utility included in MySQL Workbench that enables you to copy table data from a supported source database server to MySQL. It is used ...
https://dev.mysql.com/doc/connectors/en/connector-j-query-attributes.html
Connector/J supports Query Attributes when it has been enabled on the server by installing the query_attributes component (see Prerequisites for Using Query Attributes for details). Attributes are set for a query by using the setAttribute() method ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-binary-windows-installer.html
To install Connector/NET: Double-click the MSI installer file, and click Next to start the installation. You can install MySQL Connector/NET through a Windows Installer (.msi) installation package, which can install Connector/NET on supported ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-source.html
Double-click the solutions file to start Visual Studio and open the solution. Building MySQL Connector/NET from the source code enables you to customize build parameters and target platforms such as Linux and macOS. The procedures in this section ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-microsoft.html
The majority of Microsoft applications have been tested with Connector/ODBC, including Microsoft Office, Microsoft Access and the various programming languages supported within ASP and Microsoft Visual Studio. 5.8.2.1.1 Microsoft Access To improve ...