Cursussen/Courses Codesnippets     Top 
MySQL workbench - Model and schema


1. New Model
You can create a new model via the menu entry “File – New Model” or by using the key combination CTRL+N. The “Model Overview” window is displayed in the center. The tab “mydb” provides an overview of the database components of the standard database schema “mydb”.


2. Edit schema
With a right mouse click on the tab you can change the name of the MySQL schema by choosing “Edit Schema…” in the context menu.


3. Edit schema name
Change the name to the name of your database schema. This name is used in MySQL as the database name. You can close this dialog box by clicking the x button.