Looked in the logs, (httpd/MySql) nothing.    config.inc.php is almost all commented out.  Where the user name and password would go it is commented out leaving the original lines // $cfg['Servers'][$i]['controluser'] = 'pma'; // $cfg['Servers'][$i]['controlpass'] = 'pmapass'; There is no include either. I am at a real loss here.  I can login to MySql from the CL but cannot login to phpMyAdmin using the same user name and password.  According to the docs the login is just a pass through. I compared the config.inc.php to another installation that I have on another server and it is identical. Any suggestions are much appreciated. ------------------------ Keith Smith --- On Thu, 11/4/10, Matt Graham wrote: From: Matt Graham Subject: Re: Can't log into phpMyAdmin To: "Main PLUG discussion list" Date: Thursday, November 4, 2010, 11:15 AM From: keith smith > I was changing the password for about 8 users.  Everything was > going good until I changed the password for the user I was logged > in as.  I was immediately logged out. Now I can't login to > phpMyAdmin as any user.  I can login to MySql from the CL.  phpmyadmin uses a config file, which might be called config.inc.php .  This config file may include another file, possibly called servers.inc.php , which contains things like $cfg['Servers'][$i]['user'] = 'somebody'; $cfg['Servers'][$i]['password'] = 'supersecret'; .  That's the first thing I'd check; grep all of its config files for the string 'user' and make sure the usernames and passwords in the files are right, then try again.  BTDT, though it took about 2 minutes to fix once I knew what was going on. -- Matt G / Dances With Crows The Crow202 Blog:  http://crow202.org/wordpress/ There is no Darkness in Eternity/But only Light too dim for us to see --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss