How to create diagrams using a MySQL database diagram generator.

Asked By 0 points N/A Posted on -
qa-featured

Hi database experts,

I am fed up of creating database diagrams before working on any new project. I want any tool that can create database diagrams from the tables and information needed for flow-diagram. Can anyone suggest me how to create diagrams from the MySQL database diagram generator.

SHARE
Best Answer by Mclean Buono
Answered By 0 points N/A #164457

How to create diagrams using a MySQL database diagram generator.

qa-featured

Hello Dorothy,

 

 

Visual Paradigm for UML 9.0is awesome and I used to work with MySQL bench but for big databases it won't work very well. What I’m recommending for you is Visual Paradigm Reverse Database. This works so much better. And also I believe Database Designer does something like that. You can download the Visual Paradigm Reverse Database by using the following link.

 

Download Visual Paradigm Reverse Database software

 

Thank you.

Rubi Sharlene

Best Answer
Best Answer
Answered By 10 points N/A #164458

How to create diagrams using a MySQL database diagram generator.

qa-featured

Dear Dorothy,

There are several tools which can help reverse engineer the data model and create database diagrams.

I have used MySQL Workbench Visual design tool – Its pretty handy tool that even helps in documenting the database and change management of schema.

SchemaSpy is yet another free tool written in Java, it looks into the database metadata and generates the entity relationship (ER) diagram. You can see it in action by looking at the sample pages.

You can as well try dbForge Studio for MySQL – Displays database objects and the relationships between them and even allows editing the schema.

Related Questions