phpmyadmin enable drop database statement

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

    1. Go to -> your_drive/xampp/PhpMyAdmin/libraries/ (Windows with XAMPP) or /usr/share/phpmyadmin/libraries/ (Linux with PHP/Apache/MySQL/PhpMyAdmin)

    2. Open a file name “config.default.php“

    3. Find $cfg['AllowUserDropDatabase']

    4. You will find the value is “False. Make it to ”True”.

    5. Linux restart apache2 in termina /etc/init.d/apache2 restart (Linux) or XAMPP Control Panel restart Mysql

提交回复
热议问题