phpmyadmin enable drop database statement

后端 未结 19 2334
囚心锁ツ
囚心锁ツ 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:59

    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

    Restart the wamp ...Close wamp server and open again. :)

    Enjoy!

提交回复
热议问题