phpmyadmin enable drop database statement

后端 未结 19 2328
囚心锁ツ
囚心锁ツ 2021-01-31 03:10

I was alerted by my hosting provider that I exceed my 1000 table limit. I have a lot of databases and would like to delete more at once. Unfortunaltley they don\'t have a multis

19条回答
  •  借酒劲吻你
    2021-01-31 03:56

    Xampp window

    Method 1

    1. Open Xampp
    2. apache -> Config -> phpMyAdmin(config.inc.php) or config.inc.php
    3. Add $cfg['AllowUserDropDatabase'] = true;

    Adding line in config.inc.php

    Method 2

    1. Open C:\xampp\phpMyAdmin\config.inc.php
    2. Add $cfg['AllowUserDropDatabase'] = true;

提交回复
热议问题