I'm looking for a good GUI app like Heidi SQL on windows for mac os x, snow leopard specifically. It can support more DBs than MySQL but needs to at least that. I'd like to be able to manipulate DBs, schemes etc... through it easily.

link|improve this question
feedback

4 Answers

I use: http://www.sequelpro.com/

also, how about squirrel? http://squirrel-sql.sourceforge.net/

link|improve this answer
+1 for Sequel Pro. – churnd Nov 7 '10 at 22:46
Yeah, SequelPro rules. Well-designed and stable. – Ethan Nov 8 '10 at 4:04
+1 for SquirrelSQL You'll need to get the JDBC drivers to use it. – Rich Homolka Apr 27 '11 at 17:30
feedback

You can use MySQL Workbench, it's actually fairly nice.

There's a feature list on Wikipedia, http://en.wikipedia.org/wiki/MySQL_Workbench#Features

link|improve this answer
feedback

Not taking away from the 2 fine clients that were offered, you can just use the fact you already have Apache installed on your machine, and use phpMyAdmin.

link|improve this answer
feedback

You can use Eclipse and Eclipse SQL Explorer. You'll need to configure with the JDBC drivers.

Navicat is free for non-commercial use.

I use SquirrelSQL as others have listed.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.