up vote 0 down vote favorite
share [g+] share [fb]

What is everyone using for MySQL development on OS X? I have been using MySQL Workbench, but was wondering what fellow geeks are using?

link|improve this question

73% accept rate
from the dl site dev.mysql.com/downloads/workbench/5.1.html they are only listed 5.1.16 which does not work on leopard so I went with the 5.2.1 release – chris hough Sep 7 '09 at 22:10
i just found 5.1.18 dev.mysql.com/downloads/workbench/5.1.html – chris hough Sep 7 '09 at 22:20
you can also use apachefriends.org/en/xampp-macosx.html – Am1rr3zA Sep 7 '09 at 22:47
Why is this on SU? It is clearly a development question and therefore belongs on SO. – joshhunt Sep 7 '09 at 23:54
@joshhunt sorry about that, i thought stackoverflow was only for code related questions, my bad – chris hough Sep 8 '09 at 3:15
feedback

migrated from superuser.com Sep 8 '09 at 1:20

This question came from our site for computer enthusiasts and power users.

3 Answers

up vote 3 down vote accepted

I ended up going with http://www.sequelpro.com/ (fixed it to work with mamppro by pointing it to the socket: /Applications/MAMP/tmp/mysql/mysql.sock) - i originally went with workbench but i could not get it to connect.

I have heard great things about navicat and would like to try it but its pretty $$$

link|improve this answer
1  
Same here. Using sequelpro and it's good enough... – marcc Sep 8 '09 at 3:36
I've had issues with it, prompted the switch to the less pretty Query Browser. CSVs with newlines, commas, and quotes seem to be malformed, large selects can crash it, and decimal/float columns often lost precision after their rows were edited. Some of these may have been fixed, though. – John Douthat Sep 9 '09 at 2:31
feedback

My favorite, for being both free, and less buggy than its competitors, is MySQL Query Browser

link|improve this answer
feedback

I use Navicat for mySQL and phpMyAdmin. Navicat costs a little bit, but I keep going back to it after trying all of the other options.

It does everything I need it to do including SSH connections, structure and data comparisons and user management.

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.