Search Results
https://dev.mysql.com/doc/workbench/en/wb-preferences-general-editors.html
MySQL Workbench uses the global property to initialize the document property for each new document created. This section describes the preference options that apply to general-purpose editors (see the figure that follows). Figure 3.5 Preferences: ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-sql-editor.html
Create new tabs as Query tabs instead of File By default, opening a new SQL editor tab opens as an SQL File tab. This section provides configuration options that affect the SQL editor functionality in MySQL Workbench. Permits saving and reloading ...
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-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-main-menu.html
New Tab to Current Server: Creates a duplicate of the current SQL Editor tab. When an SQL query tab is selected, the most important items on the main menu bar are the Query and Edit menus. SQL Query Menu The Query menu features the following items: ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor-indexes-tab.html
Create an index prefix by specifying a numeric value under the Length column. The Indexes subtab contains all of the index information for your table. The following figure shows an example of the layout with the PRIMARY index of the customer table ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor-main-window.html
Adding another table creates a new secondary tab at the top of the editor. Any number of tables may be edited in the MySQL Table Editor at any one time. 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-partitioning-tab.html
Figure 8.18 The Partitioning Tab The Partition By pop-up menu displays the types of partitions you can create: HASH LINEAR HASH KEY LINEAR KEY RANGE LIST Use the Parameters field to define any parameters to be supplied to the partitioning function, ... To enable partitioning for your table, check the Enable Partitioning check ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor-triggers-tab.html
The Triggers subtab opens a workspace that enables you to create new triggers or edit existing triggers. All triggers are organized within a tree structure by section, such as BEFORE INSERT and AFTER INSERT. To add a new trigger, click the [+] icon ...
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 ...