[BlueOnyx:08250] Re: 5106R phpMyAdmin update
Richard Morgan
richard at morgan-web.co.uk
Thu Aug 25 10:56:03 -05 2011
Hi... just in case anyone else is experience a problem where phpmyadmin
authertication fails, there is a simple solution (in case uninstall and
reinstall doesn't do it):
su -
pico /usr/share/phpMyAdmin/config.inc.php
The config file looked like this:
$cfg['Servers'][$i]['auth_type'] = 'signon';
$cfg['Servers'][$i]['SignonSession'] = 'SignonSession';
$cfg['Servers'][$i]['SignonURL'] = '/base/phpmyadmin/index.php';
//$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication
method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = ''; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password
(only needed
// with 'config'
auth_type)
By moving the comments around and providing a user of 'root' it seems to
work absolutely fine. My end result was:
//$cfg['Servers'][$i]['auth_type'] = 'signon';
//$cfg['Servers'][$i]['SignonSession'] = 'SignonSession';
//$cfg['Servers'][$i]['SignonURL'] = '/base/phpmyadmin/index.php';
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication
method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password
(only needed
// with 'config'
auth_type)
Hope it helps someone.
Richard
----- Original Message -----
From: Michael Stauber
To: BlueOnyx General Mailing List
Sent: Wednesday, August 24, 2011 2:02 AM
Subject: [BlueOnyx:08229] Re: 5106R phpMyAdmin update
Hi Richard,
> I don't know if this is an issue effecting anyone else, but I'm unable to
> get to phpMyAdmin (solarspeed) from http://ip/phpmyadmin as it's
> redirecting to http://ip/base/phpmyadmin.php instead. I thought it was
> fixed by uninstalling and reinstalling but it wasn't.
Yeah, am looking into it now. The issue is a bit weird. Uninstalling and
reinstalling the PKG fixed it for some people, but I'm also just looking at
a case like yours where a reinstall of the PKG doesn't fix it. Haven't yet
figured out what's wrong, but I'll see what I can do.
--
With best regards
Michael Stauber
_______________________________________________
Blueonyx mailing list
Blueonyx at mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx
More information about the Blueonyx
mailing list