PhpMyAdmin error with config file

前端 未结 8 1246
庸人自扰
庸人自扰 2021-01-01 16:26

Errors are:

The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click

8条回答
  •  孤街浪徒
    2021-01-01 16:52

    VestaCP Team made and successfully tested error fixer for phpMyAdmin (no more annoying message "The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated"). We hope that fix will be useful and will help users.

    Page on Github: https://github.com/skurudo/phpmyadmin-fixer

    What the script does:

    • works from user root;
    • changes inside /etc/phpmyadmin/config.inc.php, fixes value;
    • makes a backup of /etc/phpmyadmin/config.inc.php in /root folder; adds in a mysql pma user / and the table phpmyadmin (if the user "pma" or the table "phpmyadmin" already exists, the script will delete those!);
    • download and add table for database phpmyadmin;
    • clean temp files, leftover pma.txt (contains password for pma@localhost) and old config;

提交回复
热议问题