Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get ER model of database from server with Workbench

Is there any way to get an ER model of a database from the server that is connected to my MySQL Workbench?

like image 673
zdarsky.peter Avatar asked Sep 29 '22 04:09

zdarsky.peter


People also ask

How do I export an ER diagram in MySQL Workbench?

Open your ERD and then go to File -> Export and you'll find there that you can export the whole model to PNG or SVG which you can convert later to JPEG if you want to.

How do I get ERD from SQL Server?

Create ER diagram in SSMSOpen SQL Server Management Studio (SSMS). In the Object Explorer on the left, expand your database. Right-click on Database Diagrams, and then select New Database Diagram.


2 Answers

  1. Go to "Database" Menu option
  2. Select the "Reverse Engineer" option.
  3. A wizard will be open and it will generate the ER Diagram for you.
like image 412
Kamran Ali Avatar answered Oct 08 '22 22:10

Kamran Ali


I want to enhance Mr. Kamran Ali's answer with pictorial view.

Pictorial View is given step by step:

  1. Go to "Database" Menu option
  2. Select the "Reverse Engineer" option.

enter image description here

  1. A wizard will come. Select from "Stored Connection" and press "Next" button.

enter image description here

  1. Then "Next"..to.."Finish"

Enjoy :)

like image 61
SkyWalker Avatar answered Oct 08 '22 23:10

SkyWalker