Both PHPMyAdmin and SQL Buddy work after simply extracting them to a web directory for me on countless servers that I've installed them on.
I have to assume here that the problem isn't these programs, but your server, since I've never had any issues.
Have you tried looking at the php error log after it redirects you when you try to login?
--Steve
Do the sessions in SQL Buddy start themselves or rely on PHP to autostart them?
Jamie,
Do sessions autostart or do you have to call session_start()?
--Steve
In the index.php file, right after the <? (or <?php) tag, add error_reporting(E_ALL);
That may show some things in the error log that may be squelched by your configuration.
--Steve
On Nov 9, 2011, at 10:55 AM, Jamie LeBlanc wrote: