__|__
-------O-------
o´ `o
Can't Log In to SQL Buddy in OS X Lion?
Sunday, 8 January 2012
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
← Python Development Environment Setup on Mac OS X Lion | Playdoh →