The phpMyAdmin configuration storage is not completely configured

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.

Any support please ?

Show the output of these commands:

mysql -uroot -e 'use phpmyadmin; show tables;'
sed -E "s/(.*controlpass.*= ')(.*)(';)/\1[## removed ##]\3/" /etc/phpmyadmin/conf.d/01-localhost.php
+------------------------+
| Tables_in_phpmyadmin   |
+------------------------+
| pma__bookmark          |
| pma__central_columns   |
| pma__column_info       |
| pma__designer_coords   |
| pma__designer_settings |
| pma__export_templates  |
| pma__favorite          |
| pma__history           |
| pma__navigationhiding  |
| pma__pdf_pages         |
| pma__recent            |
| pma__relation          |
| pma__savedsearches     |
| pma__table_coords      |
| pma__table_info        |
| pma__table_uiprefs     |
| pma__tracking          |
| pma__userconfig        |
| pma__usergroups        |
| pma__users             |
+------------------------+

I don’t see an obvious problem.

Could you please explain again what is the problem? An screenshot of the error you see?

Aan when you click on Find out why. this is the screenshot

Is there any issue or i can ignore it? Im new to HestiaCp

That’s not normal, I’ve never seen that error.

Well, I see your phpmyadmin version and seems you installed it manually, using the Ubuntu packages, is that correct?

Show the output of these commands:

dpkg -l | grep phpmyadmin
cat /etc/phpmyadmin/config.inc.php
1 Like

You should not install phpmyadmin that way and the config file is not the right one. Now, could you explain what you did? :wink:

Anyway, you can try to fix the mess executing this script as root:

/usr/local/hestia/install/upgrade/manual/migrate_phpmyadmin.sh
2 Likes

You are a GEM sir ! :innocent: :clap: :clap: :clap: :clap: :clap: :clap: Im grateful sir… It works

2 Likes

Please what is the best practices…because i installed the HestiaCp with the OS during setup of my vps and i remember i run some codes.

Best practices are simple, install a minimal debian/ubuntu image and follow the instructions to install Hestia… and don’t install manually packages used by Hestia (fail2ban, exim, dovecot mariadb, nginx, apache2, php, etc.).

1 Like

Thanks @sahsanu .I’m very grateful for your time and assistance.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.