XAMPP Fix Error : The phpMyAdmin configuration storage has deactivated

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • Create missing phpMyAdmin configuration storage tables
    Installing for a single user
    Even if we are entitled to only one database by the system administrator, we can still use all the advanced features of phpMyAdmin. In this setup, we will use our existing database to store the metadata tables.
    We need to modify a local copy of the .
    We need to remove the following lines:
    CREATE DATABASE IF NOT EXISTS `phpmyadmin`
    DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
    USE phpmyadmin;
    Paste this Following line to
    config.inc.php
    $cfg['PmaNoRelation_DisableWarning'] = TRUE;
    Disclaimer:
    =========
    This channel may use some copyrighted materials without specific authorization of the owner but contents used here falls under the “Fair Use”
    Copyright Disclaimer under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use.

Комментарии • 6