Search Results
https://dev.mysql.com/doc/workbench/en/wb-preferences.html
Select Preferences from the Edit menu to configure MySQL Workbench to your specific needs. The Workbench Preferences sidebar menu is divided into the following sections: General Editors: General-purpose editor options, such as SQL parsing options.
https://dev.mysql.com/doc/workbench/en/wb-printing-options.html
The printing menu items are not enabled unless an EER diagram is active. These items are available: Page Setup Enables you to choose the paper size, orientation, and margins. From the preview you can adjust the scale of the view and also choose a ...
https://dev.mysql.com/doc/workbench/en/wb-properties-palette.html
The Properties palette is used to display and edit the properties of objects on an EER diagram. It is especially useful for editing display objects such as layers and notes. Selecting an object in the EER diagram displays its properties in the ...
https://dev.mysql.com/doc/workbench/en/wb-relationship-editor.html
Double-clicking a relationship on the EER diagram canvas opens the relationship editor. Relationship Tab In the Relationship tab, you can set the caption of a relationship using the Caption field. This name displays on the canvas and is also the ...
https://dev.mysql.com/doc/workbench/en/wb-relationship-tools.html
Typically this occurs where an intermediary table is created to resolve a many-to-many relationship. In such cases, the primary key is usually a composite key made up of the primary keys from the two original tables. A non-identifying relationship: ...
https://dev.mysql.com/doc/workbench/en/wb-scripting-shell-window.html
The Workbench Scripting Shell is primarily used for running Python scripts, or directly typing commands in Python. However, you can also use it to access the Workbench Scripting Shell Scripting Library functions and global functions and objects.
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/workbench/en/wb-table-editor-main-window.html
Any number of tables may be edited in the MySQL Table Editor at any one time. Adding another table creates a new secondary tab at the top of the editor. By default, the MySQL Table Editor appears docked at the top of the table editor tab, within ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor.html
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 foreign keys, or alter the table name. To access the MySQL Table Editor, right-click a table name in the ...
https://dev.mysql.com/doc/workbench/en/wb-text-object-editor.html
To invoke the text object editor, double-click a text object on the EER Diagram canvas. This opens the editor docked at the bottom of the application. Any number of text objects may be open at the same time. Each additional text objects appears as ...