A client contacted me today sayin phpMyAdmin was scrogged. I logged into cPanel and select phpMyAdmin. Instead of loading up, I was asked for the UID/PW again, entered it and got a massive amount of errors.
Whiskey Tango Foxtrot, over!
Code:
The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Find out why.
Or alternately go to 'Operations' tab of any database to set it up there.
--------------------------------
[B]
Warning[/B] in ./libraries/plugins/auth/AuthenticationCpanel.php#627
mysqli_connect() expects parameter 5 to be long, string given
[B]Backtrace[/B]
./libraries/plugins/auth/AuthenticationCpanel.php#627: mysqli_connect(
string ********,
string ********,
string ********,
string ********,
string ********,
)
./libraries/plugins/auth/AuthenticationCpanel.php#387: PMA\libraries\plugins\auth\AuthenticationCpanel::cp_mysql_auth_check(
string 'xxxxxx',
string 'xxxxxxxx',
)
./libraries/common.inc.php#752: PMA\libraries\plugins\auth\AuthenticationCpanel->authCheck()
./index.php#13: require_once(./libraries/common.inc.php)
---------------------------
[B]Notice[/B] in ./libraries/plugins/auth/AuthenticationCpanel.php#504
Undefined index: auth_type
[B]Backtrace[/B]
./libraries/common.inc.php#757: PMA\libraries\plugins\auth\AuthenticationCpanel->authSetUser()
./index.php#13: require_once(./libraries/common.inc.php)
----------------------------------
Your PHP MySQL library version 5.1.73 differs from your MySQL server version 5.6.35. This may cause unpredictable behavior.
-------------------------------
Last edited by a moderator: