* [gentoo-user] phpmyadmin - upgrading
@ 2014-09-27 17:03 Joseph
2014-09-30 7:06 ` J. Roeleveld
0 siblings, 1 reply; 2+ messages in thread
From: Joseph @ 2014-09-27 17:03 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-user] phpmyadmin - upgrading
2014-09-27 17:03 [gentoo-user] phpmyadmin - upgrading Joseph
@ 2014-09-30 7:06 ` J. Roeleveld
0 siblings, 0 replies; 2+ messages in thread
From: J. Roeleveld @ 2014-09-30 7:06 UTC (permalink / raw
To: gentoo-user
On Saturday, September 27, 2014 11:03:48 AM Joseph wrote:
> 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?
Maybe.
If you expect help, please be more verbose with the supplied information.
A good place to start:
1) What did you actually do
2) What are you trying to achieve
3) What messages did you get
4) What have you done to try and solve the issue
--
Joost
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-30 7:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-27 17:03 [gentoo-user] phpmyadmin - upgrading Joseph
2014-09-30 7:06 ` J. Roeleveld
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox