phpmyadmin enable drop database statement

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

    PhpMyAdmin throws error “DROP DATABASE” statement is disabled”. “DROP” tab is missing in PhpMyadmin Home page. To Enable above tab in PhpMyAdmin follow below procedure.

    1. Go to XAMPP directory—–>PhpMyAdmin—–>libraries/ folder.

    2. Open/Edit file with name “config.default.php”

    3. Find $cfg['AllowUserDropDatabase']

    4. You will find it’s value is ‘False’, Make it “True” and you’re done.

    5. Refresh PhpMyAdmin Page or Restart MySql server and then open PhpMyAdmin.

提交回复
热议问题