How to get ER model of database from server with Workbench
Asked Answered
B

4

197

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

Barbera answered 6/3, 2012 at 18:30 Comment(0)
D
416
  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.
Diedra answered 6/3, 2012 at 18:36 Comment(4)
Hello , reverse engeneering creates EER of a schema , not ER :)Verner
Once these steps are done, open the Model -> Create Diagram from Catalog ObjectsInimitable
Yeh something goes wrong this steps only generate EER Diagram which is different one. See this #9906517Neoma
is it somehow possible to create it as a PDF-Document?Definite
W
61

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 :)

Wilding answered 4/9, 2016 at 3:13 Comment(1)
Reverse Engineer is not available in Sqlyog's community Edition.Flow
T
9
  1. Migrate your DB "simply make sure the tables and columns exist".
  2. Recommended to delete all your data (this freezes MySQL Workbench on my MAC everytime due to "software out of memory..")

  1. Open MySQL Workbench
  2. click + to make MySQL connection
  3. enter credentials and connect
  4. go to database tab
  5. click reverse engineer
  6. follow the wizard Next > Next ….
  7. DONE :)
  8. now you can click the arrange tab then choose auto-layout (keep clicking it until you are satisfied with the result)
Tosspot answered 15/10, 2016 at 1:18 Comment(0)
A
7

On mac, press Command + R or got to Database -> Reverse Engineer and keep selecting your requirements and continue

enter image description here

Absorbing answered 11/4, 2018 at 14:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.