I’m starting a new project soon and I’d like to try to use some better tools this time around. The last project, I wrote all my Database creation SQL by hand for MySQL. I’m hoping there are some good tools out there for creating, maintaining and modifying database schema in MySQL. My budget is out-of-my-own-pocket, so free (as in beer) would probably be best. 🙂
Share
MySQL Workbench : http://dev.mysql.com/workbench/
It is free and very easy to use. I usually create schema diagrams and export it as a .sql file to use with phpMyAdmin