On Mon, Dec 12, 2011 at 11:05 AM, Joseph <syscon...@gmail.com> wrote: > I have this strange problem with phpmyadmin, error: > The phpMyAdmin configuration storage is not completely configured, some > extended features have been deactivated. To find out why click here. > > I solve it in the past by generating phpmyadmin database and controluser, > instruction in this link: > http://www.phpfreaks.com/forums/index.php?topic=335580.0 > > Though I'm going through this procedure again and it doesn't work.
There is a script create_tables.sql to create all of the additional tables that it's complaining about. On my system it is located in /usr/share/webapps/phpmyadmin/3.4.7/htdocs/scripts Also be sure that if you're upgraded MySQL/MariaDB to run the upgrade script otherwise it can have weird permissions errors. And of course test that the phpmyadmin user can actually login and has been granted the appropriate access to those tables.