I have a mysql database and now I want to convert it into class diagram. Is there any way to convert mysql database to class diagram? I'm using MySql Workbench for design database
Asked
Active
Viewed 2.4k times
8
-
2http://stackoverflow.com/questions/2488/auto-generate-database-diagram-mysql – Vikas Gautam Feb 19 '14 at 05:11
-
http://stackoverflow.com/a/2495/3783143 – Caio Ladislau Apr 28 '17 at 14:33
2 Answers
11
- Open workbench and create a new Model
- Add a new Diagram
- Click on Database -> Reverse Engineer (Ctrl + R)
- Fill connection options and follow the steps
- You will see all the entities and their relationships (if any)

ediardo
- 147
- 5
4
ediardo answer is almost correct but ediardo missed important part. You must check on the 'Place imported objects on a diagram' in the Select Object section. Then click Execute.

Nilan
- 106
- 4