How to convert mysql database to class diagram

I have a mysql database and now I want to convert it to a class diagram. Is there a way to convert mysql database to class diagram? I use MySql Workbench for design database

+3
source share
3 answers

Ediardo's answer is almost correct, but ediardo missed an important role. You should check the "Place imported objects in the diagram" in the "Object selection" section. Then click Run.

+1
source
  • Open the workbench and create a new model.
  • Add New Chart
  • Click "Database" → "Reverse Engineer" (Ctrl + R)
  • .
  • ( )
+5
Try MySQL Workbench

http://dev.mysql.com/workbench/

you will get all the information about the workplace database diagram

-2
source

All Articles