Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visually mapping mysql database schema [closed]

I need to visually understand the database schema of an open source erp software (Dolibarr), for that have found a java based tool dbschemaviewer which make use of eclipse and GEF to map out an existing database. I let it do the process overnight but no results

I need some other software that can map existing database schema visually and that shows connections, and allow me to edit it too once i have studied its connections

i am currently using wampserver 2 on which i have installed the erp software

any solutions, ideas or software that i can use to map the schema?

Please help,

Renee

like image 491
rzlines Avatar asked Mar 09 '09 08:03

rzlines


1 Answers

You could try the MySQLWorkbench tool from MySQL. It has been a Windows only for for a while but there are now Alpha releases for Linux and MacOS. I haven't used these Alpha versions so I don't know how stable they are.

There are free and pay-for versions, but the free version does allow you to create an ERD from a SQL script.

like image 165
Dave Webb Avatar answered Sep 28 '22 08:09

Dave Webb