MySQL Management on your Mac
I’ve posted before about using MAMP or XAMPP to run your own personal webserver on your Mac, allowing you to do very cool things like testing Wordpress themes locally. Both MAMP and XAMPP include phpMyAdmin to manage your MySQL databases, which is perfectly fine of course- and, I should add, it’s always a good idea to know how to use phpMyAdmin anyway- but what if you want a standalone application for this?
Navicat

Most people have heard of Navicat. It works on Windows, Linux and OSX, with a non-commercial version that costs $179. It is a very powerful tool, has a good GUI, and because it’s cross-platform, this would be a good choice if you use both Macs and PCs for work.
Sequel Pro

My choice for a MySQL manager, Sequel Pro is easy to use, offers features such as SSH Tunnel and Foreign Key support, and- my favorite- keyboard shortcuts. They claim to be the “best looking MySQL Cocoa app”- and, as you can see from the screenshot I’ve posted, it is pretty great looking. It’s also free.
The Command Line
I’m talking, of course, about using OSX’s built-in Terminal to manage your MySQL. For details on how to compile MySQL using Terminal, see this excellent tutorial for Leopard (a tutorial for Snow Leopard is here), and once you’ve got MySQL installed and running properly, use the the MySQL Reference Manual to help you along with commands.
How do you manage your MySQL databases?


Want an avatar? Get a gravatar! • You can link to this comment
I use the official tools actually, MySQL Administrator and MySQL Query Browser. Both are very slick tools, easy to use and quiet powerful.
http://dev.mysql.com/downloads/gui-tools/5.0.html
Want an avatar? Get a gravatar! • You can link to this comment
I’ve been using Navicat until recently, but I switched to Sequel Pro, which is free and looks a lot better. I’m loving the ssh tunneling
Want an avatar? Get a gravatar! • You can link to this comment
erm? PHPMyAdmin
Want an avatar? Get a gravatar! • You can link to this comment
Been using Sequel Pro, now trying Querious ( http://www.araelium.com/querious/ )
Want an avatar? Get a gravatar! • You can link to this comment
Thanks for the link to Querious, Anthony- looks good!
Want an avatar? Get a gravatar! • You can link to this comment
I’ ve been using Querious for sometime now, it’s really good. Now I need a good DB Design tool.