Cool Thanks!
------------------------
Keith Smith
--- On Thu, 11/4/10, Matt Graham <
danceswithcrows@usa.net> wrote:
From: Matt Graham <
danceswithcrows@usa.net>
Subject: Re: Can't log into phpMyAdmin
To: "Main PLUG discussion list" <
plug-discuss@lists.plug.phoenix.az.us>
Date: Thursday, November 4, 2010, 11:15 AM
From: keith smith <
klsmith2020@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
---------------------------------------------------
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
---------------------------------------------------
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