After upgrade of phpmyadmin, I think it was installed correctly:

This is an upgrade
phpmyadmin-4.1.7 is already installed - upgrading
Running /usr/sbin/webapp-config -U -h localhost -u root -d /phpmyadmin 
phpmyadmin 4.1.14.3
INFO: postinst
Running /usr/sbin/webapp-cleaner -p -C /phpmyadmin

But after re-login I get a message:

$cfg['Servers'][$i]['users'] ...        not OK [ Documentation ]
$cfg['Servers'][$i]['usergroups'] ...   not OK [ Documentation ]
Configurable menus: Disabled

I've appended the missing section in config.inc.php
/* configuration storage */
...
$cfg['Servers'][$i]['users'] = 'pma__users';
$cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
?>

Am I missing any tables?

--
Joseph

Reply via email to