Cleared browser cookies and history and I still cannot log in with either FireFox or IE. I now get a message on the phpMyAdmin login that says "Cookies must be enabled past this point.". I cannot log in from my desktop using firefox or IE. To either phpMyAdmin that I have setup on two different servers.
I tried with my laptop. I get the cookies message and can login just like normal.
Must be something on my desktop.
------------------------
Keith Smith
--- On Thu, 11/4/10, keith smith <
klsmith2020@yahoo.com> wrote:
From: keith smith <
klsmith2020@yahoo.com>
Subject: Re: Can't log into phpMyAdmin
To: "Main PLUG discussion list" <
plug-discuss@lists.plug.phoenix.az.us>
Date: Thursday, November 4, 2010, 2:52 PM
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 <
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
-----Inline Attachment Follows-----
---------------------------------------------------
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