Feature
Post

Category
Code

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

Navicat Screenshot

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

Sequel Pro Screenshot

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?

  1. By Andrew Odri posted on September 28, 2009 at 11:15 pm
    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

  2. By Boris Strahija posted on September 29, 2009 at 8:36 am
    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 ;)

  3. By buggedcom posted on September 30, 2009 at 11:12 am
    Want an avatar? Get a gravatar! • You can link to this comment

    erm? PHPMyAdmin

  4. By Anthony posted on October 3, 2009 at 4:31 pm
    Want an avatar? Get a gravatar! • You can link to this comment

    Been using Sequel Pro, now trying Querious ( http://www.araelium.com/querious/ )

  5. By Lorraine Nepomuceno posted on October 4, 2009 at 4:09 pm
    Want an avatar? Get a gravatar! • You can link to this comment

    Thanks for the link to Querious, Anthony- looks good!

  6. By Davi Ferreira posted on October 5, 2009 at 11:18 am
    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. :)

  7. TrackbackMySQL Management on your Mac | Devlounge « Management