__|__
-------O-------
    o´   `o

Can't Log In to SQL Buddy in OS X Lion?

You prefer PostgreSQL, Python and Django, but you have set up a PHP and MySQL local development environment in order to be able to work on a few legacy sites. You have also downloaded and set up SQL Buddy, but it won’t let you log in with your MySQL password.

You opened sqlbuddy/config.php and changed:

$sbconfig['DefaultHost'] = "localhost";

To:

$sbconfig['DefaultHost'] = "127.0.0.1";

And you can now log in to SQL Buddy.

     __|__
-------O-------
    o´   `o

|