Search Results
                    
                    
            https://dev.mysql.com/doc/workbench/en/wb-reverse-engineer-create-script.html
                                If there is no CREATE DATABASE db_name statement in your script file, you must import the database objects into an existing schema or, if there is no schema, a new unnamed schema is created.  To reverse-engineer a database using a create script, do ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-routine-groups.html
                                If a routine group with this name already exists, the new routine group is named routines2.  9.1.6.2.1 Adding Routine Groups to the Physical Schemata Double-clicking the Add Routine Group icon in the Physical Schemata section of the MySQL Model page ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-routines-routine-groups.html
                                To view an existing schema, along with its Routines and Routine Groups, choose Database, Reverse Engineer from the main menu.  You can add Routine Groups to a database either from the Physical Schemata section of the MySQL Model page or from an EER ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-routines.html
                                If a routine with this name already exists, the new routine is named routine2.  9.1.6.1.1 Adding Routines to the Physical Schemata To add a routine, double-click the Add Routine icon in the Physical Schemata section of the MySQL Model page. Adding a ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-sql-editor-query-panel.html
                                These cells are editable if MySQL Workbench is able to determine how, as for example they are editable if a Primary or Unique key exists within the result set.  The SQL query secondary tab opens by default when you make a connection to a server from ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-table-editor-columns-tab.html
                                If a column with the same name already exists, then _copy1 is appended to the column name.  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 ...
                                            
                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-tables-physical-schemata.html
                                If a table with this name already exists, the new table is named table2.  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. Adding a new table automatically ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-tutorial-visual-explain-dbt3.html
                                To use the existing index, you can adjust the query as follows.  This tutorial describes how to use Explain reports to locate and fix problematic (slow) queries. It uses the DBT-3 database and begins with the following simple query example. SELECT * ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-views-physical-schemata.html
                                If a view with this name already exists, the new view is named view2.  To add a view, double-clicking the Add View icon in the Physical Schemas section of the MySQL Model page. Adding a new view automatically opens the view editor docked at the ...