Search Results
                    
                    
            https://dev.mysql.com/doc/workbench/en/wb-performance-dashboard.html
                                To display the dashboard, open a query tab and then click Dashboard from the Performance area of the Navigator sidebar with the Management tab selected. The following figure shows the layout of the information within the Administration - Dashboard ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-performance-reports.html
                                 Performance schema based reports provide insight into the MySQL server operations through helpful high-level reports. MySQL Workbench uses the SYS views on the Performance Schema to generate over 20 reports to help analyze the performance of your ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-preferences-modeling.html
                                 This section provides configuration options that affect the modeling functionality in MySQL Workbench (see the figure that follows). Force use of software based rendering for EER diagrams MySQL Workbench uses OpenGL for rendering when available. 
                                            
                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-routines-routine-groups.html
                                 You can add Routine Groups to a database either from the Physical Schemata section of the MySQL Model page or from an EER Diagram. Routines may be added only from the Physical Schemata section of the MySQL Model page. To view an existing schema, ...
                                            
                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.html
                                 The visual SQL editor consists of a set of specialized editors (query, schema, table, and so on) and three panels: sidebar, secondary sidebar, and output area. Each editor opens in a separate secondary tab within an active MySQL connection tab. 
                                            
                https://dev.mysql.com/doc/workbench/en/wb-table-editor-columns-tab.html
                                 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 properties such as name, data type, and default value. Figure 8.14 The Columns Tab Right-click a row under the ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-table-editor-options-tab.html
                                 The Options subtab enables you to set several types of options. Figure 8.19 The Options Tab Table options are grouped into the following sections: General Options Row Options Storage Options Merge Table Options The following sections describe these ...
                                            
                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 ...