phpmyadmin enable drop database statement

后端 未结 19 2529
囚心锁ツ
囚心锁ツ 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条回答
  •  Happy的楠姐
    2021-01-31 03:48

    Yes, you can do it with the following steps:

    1. Go to wamp/apps/phpmyadmin3.5.1/libraries

    2. Open the file called "config.default.php"

    3. Go to line 653 and change $cfg['AllowUserDropDatabase'] = false; to true

    4. Restart the server to see the changes

    For Windows XP users: if the effect is not reflected, exit WAMP through the quick launch icon and try restarting it.

提交回复
热议问题