Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] phpmyadmin - upgrading
Date: Tue, 30 Sep 2014 07:06:30
Message-Id: 3072119.GWUuHysho4@andromeda
In Reply to: [gentoo-user] phpmyadmin - upgrading by Joseph
1 On Saturday, September 27, 2014 11:03:48 AM Joseph wrote:
2 > After upgrade of phpmyadmin, I think it was installed correctly:
3 >
4 > This is an upgrade
5 > phpmyadmin-4.1.7 is already installed - upgrading
6 > Running /usr/sbin/webapp-config -U -h localhost -u root -d /phpmyadmin
7 > phpmyadmin 4.1.14.3 INFO: postinst
8 > Running /usr/sbin/webapp-cleaner -p -C /phpmyadmin
9 >
10 > But after re-login I get a message:
11 >
12 > $cfg['Servers'][$i]['users'] ... not OK [ Documentation ]
13 > $cfg['Servers'][$i]['usergroups'] ... not OK [ Documentation ]
14 > Configurable menus: Disabled
15 >
16 > I've appended the missing section in config.inc.php
17 > /* configuration storage */
18 > ...
19 > $cfg['Servers'][$i]['users'] = 'pma__users';
20 > $cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
21 > ?>
22 >
23 > Am I missing any tables?
24
25 Maybe.
26 If you expect help, please be more verbose with the supplied information.
27
28 A good place to start:
29 1) What did you actually do
30 2) What are you trying to achieve
31 3) What messages did you get
32 4) What have you done to try and solve the issue
33
34 --
35 Joost