PDF (US Ltr)
- 17.0Mb
PDF (A4)
- 17.0Mb
Search Results
https://dev.mysql.com/doc/workbench/en/wb-create-new-table.html
Create a new table by double-clicking the Add Table icon in the Physical Schemas panel, as the next figure shows. You can undock or dock this editor in exactly the same way as the schema editor window. This action opens the table editor docked at ...
https://dev.mysql.com/doc/workbench/en/wb-intro.html
Data Modeling (Design): Enables you to create models of your database schema graphically, reverse and forward engineer between a schema and a live database, and edit all aspects of your database using the comprehensive Table Editor. This chapter ...
https://dev.mysql.com/doc/workbench/en/wb-model-editor.html
The Model Overview panel includes the following sections: Enhanced Entity-Relationship (EER) Diagrams Physical Schemas Schema Privileges SQL Scripts Model Notes For each of these sections, add objects to a project by clicking the appropriate ...
https://dev.mysql.com/doc/workbench/en/wb-view-editor.html
To invoke the view editor, double-click a view object on the EER Diagram canvas or double-click a view in the Physical Schemas section on the MySQL Model page. This opens the view editor docked at the bottom of the application. Any number of views ...
https://dev.mysql.com/doc/workbench/en/wb-develop-object-management.html
The Object Browser allows you to navigate database schemas and objects. From here, you can perform common tasks such as selecting tables and fields to query, edit tables, create new or drop tables and databases, perform searches, and more.
https://dev.mysql.com/doc/workbench/en/wb-database-synchronization.html
Or a temporary workaround is to delete the DROP SCHEMA IF EXISTS line from the generated query. These three types can be the target (destination), source, or both. You can also select or deselect individual objects and modify their direction during ...
https://dev.mysql.com/doc/workbench/en/wb-manage-server-connections.html
Each of these tabs requires two MySQL connections to perform basic tasks, such schema discovery and SQL execution. The Manage Server Connections dialog is another way to manage MySQL connections. This dialog is invoked by either clicking the manage ...
https://dev.mysql.com/doc/workbench/en/wb-mac-uninstalling.html
Also, uninstalling Workbench does not remove the .mysqlworkbench schema that Workbench creates when sharing SQL snippets across a MySQL connection. To uninstall MySQL Workbench for macOS, locate MySQL Workbench in the Applications folder, ...
https://dev.mysql.com/doc/workbench/en/wb-linux-uninstalling.html
Also, uninstalling Workbench does not remove the .mysqlworkbench schema that Workbench creates when sharing SQL snippets across a MySQL connection. The procedure for uninstalling MySQL Workbench on Linux depends on the package you are using. Note ...
https://dev.mysql.com/doc/workbench/en/wb-extending.html
The extension system enables the following capabilities: Automate common tasks Extend the Workbench user-interface Create Tools/Plugins (code which can be invoked from the Workbench menu system) Manipulate schemas Create custom Workbench features .