Hello everyone, re-read [this](https://forum.hestiacp.com/t/can-not-fix-phpmyadmin-warning-the-phpmyadmin-configuration-storage-is-not-completely-configured-some-extended- features-have-been-deactivated/6677) this, but I didn’t understand how to fix it
"The phpMyAdmin configuration store is not fully configured and some advanced features have been disabled. Find out the reason.
Or go to the Operations tab of any database to configure storage in it.""
You do not have the necessary rights to create a database named "phpmyadmin". You can go to the Operations tab of any database to configure the phpMyAdmin configuration store.
# phpMyAdmin configuration storage [](https://hestia.angellive.ru/phpmyadmin/doc/html/setup.html#phpmyadmin-configuration-storage)
Configuration pmadb… **Not done** [](https://hestia.angellive.ru/phpmyadmin/doc/html/setup.html#phpmyadmin-configuration-storage)
Basic communications capabilities Not available
 [Create ](https://hestia.angellive.ru/phpmyadmin/index.php?route=/check-relations) a database named 'phpmyadmin' and configure it to store the phpMyAdmin configuration.
Installed Hestia 1.8.12 from scratch, nothing has changed, does anyone have experience on how to increase rights, or is there a need to do this at all?
config
<?php
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '3306';
$cfg['Servers'][$i]['favorite'] = 'pma__favorite';
$cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
$cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
$cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
$cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';
$cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches';
$cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding';
$cfg['Servers'][$i]['users'] = 'pma__users';
$cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = 'password';
$cfg['Servers'][$i]['bookmarktable'] = 'pma__bookmark';
$cfg['Servers'][$i]['relation'] = 'pma__relation';
$cfg['Servers'][$i]['userconfig'] = 'pma__userconfig';
$cfg['Servers'][$i]['table_info'] = 'pma__table_info';
$cfg['Servers'][$i]['column_info'] = 'pma__column_info';
$cfg['Servers'][$i]['history'] = 'pma__history';
$cfg['Servers'][$i]['recent'] = 'pma__recent';
$cfg['Servers'][$i]['table_uiprefs'] = 'pma__table_uiprefs';
$cfg['Servers'][$i]['tracking'] = 'pma__tracking';
$cfg['Servers'][$i]['table_coords'] = 'pma__table_coords';
$cfg['Servers'][$i]['pdf_pages'] = 'pma__pdf_pages';
$cfg['Servers'][$i]['designer_coords'] = 'pma__designer_coords';
$cfg['Servers'][$i]['hide_db'] = 'information_schema';