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