Page 1 of 1

mySQL diagram tool

Posted: Mon Mar 01, 2010 12:33 am
by salmon
I'm interested in finding a mysql database diagram tool.

I've exported a database to an .xls file. I'd like to import it into something that will generate a diagram of that database.

I have Visio but it does not do this type of import.

Re: mySQL diagram tool

Posted: Mon Mar 01, 2010 12:41 pm
by Kurby
MySQL workbench is an amazing piece of software. It is made just for mysql and can reverse engineer a database into a nice ERD but just supplying he connection info.

http://wb.mysql.com/

Re: mySQL diagram tool

Posted: Mon Mar 01, 2010 3:40 pm
by Eran
Check out fabForce dbDesigner 4. It's a little buggy but overall a very nice program

Re: mySQL diagram tool

Posted: Mon Mar 01, 2010 4:26 pm
by AbraCadaver
pytrin wrote:Check out fabForce dbDesigner 4. It's a little buggy but overall a very nice program
MySQL Workbench is a visual database design tool that is developed by MySQL. It is the successor application of the DBDesigner4 project.

http://www.fabforce.net/service.php

Re: mySQL diagram tool

Posted: Mon Mar 01, 2010 4:54 pm
by Eran
That's good to know, I should check it out then :)