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.
mySQL diagram tool
Moderator: General Moderators
Re: mySQL diagram tool
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/
http://wb.mysql.com/
Re: mySQL diagram tool
Check out fabForce dbDesigner 4. It's a little buggy but overall a very nice program
- AbraCadaver
- DevNet Master
- Posts: 2572
- Joined: Mon Feb 24, 2003 10:12 am
- Location: The Republic of Texas
- Contact:
Re: mySQL diagram tool
MySQL Workbench is a visual database design tool that is developed by MySQL. It is the successor application of the DBDesigner4 project.pytrin wrote:Check out fabForce dbDesigner 4. It's a little buggy but overall a very nice program
http://www.fabforce.net/service.php
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
Re: mySQL diagram tool
That's good to know, I should check it out then 