Can't log into phpMyAdmin
Matt Graham
danceswithcrows at usa.net
Thu Nov 4 11:15:28 MST 2010
From: keith smith <klsmith2020 at yahoo.com>
> 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
More information about the PLUG-discuss
mailing list