User accounts overview
A user account allowing any user from localhost to connect is present. This will prevent other users from connecting if the host part of their account allows a connection from any (%) host.
Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege tables. The content of these tables may differ from the privileges the server uses, if they have been changed manually. In this case, you should
reload the privileges before you continue.
Warning in ./libraries/dbi/DBIMysqli.class.php#261
mysqli_query(): MySQL server has gone away
Backtrace
./libraries/dbi/DBIMysqli.class.php#261: mysqli_query(
object,
string 'SELECT * FROM `mysql`.`user` WHERE `User` = \'root\' AND `Host` = \'::1\'',
integer 0,
)
./libraries/DatabaseInterface.class.php#246: PMA_DBI_Mysqli->realQuery(
string 'SELECT * FROM `mysql`.`user` WHERE `User` = \'root\' AND `Host` = \'::1\'',
object,
integer 1,
)
./libraries/DatabaseInterface.class.php#2003: PMA_DatabaseInterface->tryQuery(
string 'SELECT * FROM `mysql`.`user` WHERE `User` = \'root\' AND `Host` = \'::1\'',
NULL,
integer 1,
boolean false,
)
./libraries/server_privileges.lib.php#3562: PMA_DatabaseInterface->fetchSingleRow(string 'SELECT * FROM `mysql`.`user` WHERE `User` = \'root\' AND `Host` = \'::1\'')
./libraries/server_privileges.lib.php#3482: PMA_getHtmlTableBodyForUserRights(array)
./libraries/server_privileges.lib.php#4656: PMA_getUsersOverview(
object,
array,
string './themes/pmahomme/img/',
string 'ltr',
)
./server_privileges.php#394: PMA_getHtmlForUserOverview(
string './themes/pmahomme/img/',
string 'ltr',
)
Warning in ./libraries/dbi/DBIMysqli.class.php#261
mysqli_query(): Error reading result set's header
Backtrace
./libraries/dbi/DBIMysqli.class.php#261: mysqli_query(
object,
string 'SELECT * FROM `mysql`.`user` WHERE `User` = \'root\' AND `Host` = \'::1\'',
integer 0,
)
./libraries/DatabaseInterface.class.php#246: PMA_DBI_Mysqli->realQuery(
string 'SELECT * FROM `mysql`.`user` WHERE `User` = \'root\' AND `Host` = \'::1\'',
object,
integer 1,
)
./libraries/DatabaseInterface.class.php#2003: PMA_DatabaseInterface->tryQuery(
string 'SELECT * FROM `mysql`.`user` WHERE `User` = \'root\' AND `Host` = \'::1\'',
NULL,
integer 1,
boolean false,
)
./libraries/server_privileges.lib.php#3562: PMA_DatabaseInterface->fetchSingleRow(string 'SELECT * FROM `mysql`.`user` WHERE `User` = \'root\' AND `Host` = \'::1\'')
./libraries/server_privileges.lib.php#3482: PMA_getHtmlTableBodyForUserRights(array)
./libraries/server_privileges.lib.php#4656: PMA_getUsersOverview(
object,
array,
string './themes/pmahomme/img/',
string 'ltr',
)
./server_privileges.php#394: PMA_getHtmlForUserOverview(
string './themes/pmahomme/img/',
string 'ltr',
)
Warning in ./libraries/dbi/DBIMysqli.class.php#261
Error while sending QUERY packet. PID=2441578
Backtrace
./libraries/dbi/DBIMysqli.class.php#261: mysqli_query(
object,
string 'SELECT `db_name`, COUNT(*) AS `count` FROM `phpmyadmin`.`pma__navigationhiding` WHERE `username`=\'root\' GROUP BY `db_name`',
integer 0,
)
./libraries/DatabaseInterface.class.php#246: PMA_DBI_Mysqli->realQuery(
string 'SELECT `db_name`, COUNT(*) AS `count` FROM `phpmyadmin`.`pma__navigationhiding` WHERE `username`=\'root\' GROUP BY `db_name`',
object,
integer 0,
)
./libraries/DatabaseInterface.class.php#2106: PMA_DatabaseInterface->tryQuery(
string 'SELECT `db_name`, COUNT(*) AS `count` FROM `phpmyadmin`.`pma__navigationhiding` WHERE `username`=\'root\' GROUP BY `db_name`',
object,
integer 0,
boolean false,
)
./libraries/navigation/Nodes/Node.class.php#814: PMA_DatabaseInterface->fetchResult(
string 'SELECT `db_name`, COUNT(*) AS `count` FROM `phpmyadmin`.`pma__navigationhiding` WHERE `username`=\'root\' GROUP BY `db_name`',
string 'db_name',
string 'count',
object,
)
./libraries/navigation/NavigationTree.class.php#280: Node->getNavigationHidingData()
./libraries/navigation/NavigationTree.class.php#830: PMA_NavigationTree->_buildPath()
./libraries/navigation/Navigation.class.php#44: PMA_NavigationTree->renderState()
./libraries/Header.class.php#433: PMA_Navigation->getDisplay()
./libraries/Response.class.php#263: PMA_Header->getDisplay()
./libraries/Response.class.php#276: PMA_Response->_getDisplay()
./libraries/Response.class.php#397: PMA_Response->_htmlResponse()
PMA_Response::response()