Is there a free alternative to MySQL Workbench? I really need a visual database designer that doesn't crash every five minutes.
5 Answers
Check this link for a nice GUI Tool for MySQL.

SQLyog MySQL GUI is a MySQL manager and admin tool, combining the features of MySQL Administrator, phpMyAdmin and other MySQL Front Ends and MySQL GUI tools.
- 148
- 166
Check out this free utility called HeidiSQL:
Here's another one called EMS MySQL Manager:
- 1,066
I've been using MySQL Workbench for a little over a year now. I use it for several hours each day. It used to crash on me on a daily basis however it has improved significantly in the last 6 months or so. I'm not sure if you're aware but every few weeks they release a new minor version. The latest version is 5.2.37 and it's been working quite well for me. If you haven't updated your installation please consider that before searching for an alternative.
- 130
Also...
squirrel SQL is a Java/JDBC database tool. It isn't database specific, but you can use with whatever DB you have JDBC drivers for. Clunky at times, but useful.
Eclipse SQL Explorer which can be used within eclipse or as a standalone client. It also uses JDBC.
- 32,350
Found the best alternative to MySQL Workbench. It's called DbSchema.
It never crashes and works like a charm.
DbSchema is an integrated universal database tool, featuring graphical layouts, Relational Data Browse, Query Builder, SQL Editor, schema deployment and synchronization and many more.