MySQL Workbench: Visual Database Design Tool
22
Apr
MySQL Workbench is a cross-platform, visual database design tool developed by MySQL. It is the highly anticipated successor application of the DBDesigner4 project.
This tool helps you to see the relations, indexes, tables of your MySQL database as a clear snapshot. With its simple yet effective interface, you can easily get used to MySQL Workbench.
For any developer who uses MySQL, this tool saves so much time for concentrating on other tasks rather than data modeling. You can also print the diagrams and use that sheet for faster coding (that’s what I do).
It is definitely a must use.
Compatibility: MySQL
Website: http://dev.mysql.com/workbench
Download: http://dev.mysql.com/downloads/workbench/5.0.html
Website: http://dev.mysql.com/workbench
Download: http://dev.mysql.com/downloads/workbench/5.0.html
- Tags:
Mysql
- Filed under: Database, GPL License, Goodies, Other License
- 7 Comments























7 Responses for "MySQL Workbench: Visual Database Design Tool"
I’ve been visiting your site daily for a while now, and every post you do is just so interesting and helpful. So just wanted to say thanks!
Keep up the good work.
@Bob, Thanks for that.
I’m just trying to share stuff that I find useful & interesting too. I have more in my bookmarks and so more to share.
I really need this application badly!
Thanks a lot!
Hopefully they will release the Mac OS X version soon. I have no windows here
thanks
I heard that Navicat for MySQL will add a visual database design tool in its version 9. I am using Navicat for remote MySQL administration and I’d wait for that great feature.
Much better than than writting it down on paper first. Cheers!