Page 1 of 1

phpmyadmin $cfg['Servers'][$i]['userconfig']

PostPosted: 01. May 2012 17:21
by DKY
Okay so I've recently upgraded php and phpmyadmin (via XAMPP) and when I log into phpmyadmin I now get
The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click here.


When I click I get
$cfg['Servers'][$i]['userconfig'] ... not OK [ Documentation ]
User preferences: Disabled


I click on the documentation and get
set up pmadb and the phpMyAdmin configuration storage
put the table name in $cfg['Servers'][$i]['userconfig']


when I go to my config.inc.php I have the table set up already
$cfg['Servers'][$i]['userconfig'] = 'pma_userconfig';


I also have my user and password set up as well
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = 'password';


I thought to myself well, the ultimate way to test this is to log on as pma and see if I can add a record to the pma_userconfig table. I was able to log in and add a record to the pma_userconfig table with no problems. Now what?!

FYI, Also posted the same question at:
http://board.phpbuilder.com/showthread. ... st11003150

Re: phpmyadmin $cfg['Servers'][$i]['userconfig']

PostPosted: 01. May 2012 17:37
by Altrea
Topic closes because of cross posting, which is not allowed in most community boards.
Topic reopened because other board closes the topic.