Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] phpmyadmin - upgrading
Date: Sat, 27 Sep 2014 17:03:43
Message-Id: 20140927170348.GA4007@syscon7
1 After upgrade of phpmyadmin, I think it was installed correctly:
2
3 This is an upgrade
4 phpmyadmin-4.1.7 is already installed - upgrading
5 Running /usr/sbin/webapp-config -U -h localhost -u root -d /phpmyadmin phpmyadmin 4.1.14.3
6 INFO: postinst
7 Running /usr/sbin/webapp-cleaner -p -C /phpmyadmin
8
9 But after re-login I get a message:
10
11 $cfg['Servers'][$i]['users'] ... not OK [ Documentation ]
12 $cfg['Servers'][$i]['usergroups'] ... not OK [ Documentation ]
13 Configurable menus: Disabled
14
15 I've appended the missing section in config.inc.php
16 /* configuration storage */
17 ...
18 $cfg['Servers'][$i]['users'] = 'pma__users';
19 $cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
20 ?>
21
22 Am I missing any tables?
23
24 --
25 Joseph

Replies

Subject Author
Re: [gentoo-user] phpmyadmin - upgrading "J. Roeleveld" <joost@××××××××.org>