After updating phpMyAdmin to v4.7.5 on my Apache/2.4.10 (Debian) I'm getting:
The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Find out why. Or alternately go to 'Operations' tab of any database to set it up there.
This is what's not OK
:
https://image.ibb.co/jW3fOG/Bildschirmfoto_2017_11_14_um_17_18_34.png
I added the following in /etc/phpmyadmin/config.inc.php
:
$cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
$cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
$cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';
But after reboot it's still the same, still the same errors.
What am I doing wrong? What can I do?