how to convert mysql database to class diagram

Sajitha Rathnayake picture Sajitha Rathnayake · Feb 19, 2014 · Viewed 16.5k times · Source

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

Answer

ediardo picture ediardo · Feb 19, 2014
  1. Open workbench and create a new Model
  2. Add a new Diagram
  3. Click on Database -> Reverse Engineer (Ctrl + R)
  4. Fill connection options and follow the steps
  5. You will see all the entities and their relationships (if any)