Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add a new page in MySql Workbench

I want to add a new page in MySql Workbench. How this is possible?

like image 847
ali asad Avatar asked Mar 04 '13 12:03

ali asad


People also ask

How do I add a tab in MySQL Workbench?

If you right click on a table in MySQL Workbench and click "Select Rows - Limit 1000" a new tab will be created.

How do I create a new database in MySQL Workbench?

Open the MySQL Workbench as an administrator (Right-click, Run as Admin). Click on File>Create Schema to create the database schema. Enter a name for the schema and click Apply. In the Apply SQL Script to Database window, click Apply to run the SQL command that creates the schema.

How do I edit a MySQL Workbench?

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 Navigator area of the sidebar with the Schemas secondary tab selected and click Alter Table.


1 Answers

Open your model, go to Model -> Diagram Properties and Size.. In the dialog that opens either drag your size with the mouse (in the grid) or enter new values in the text boxes below that grid.

like image 91
Mike Lischke Avatar answered Sep 23 '22 19:09

Mike Lischke