phpmyadmin enable drop database statement

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

    if you are using version 4+ then you can simply drop a database just following these steps:

    1. go to mysql admin
    2. click database option (right side of your databases)
    3. here you will get all the databases you have and now click the checkbox at the left side of the databases you want to delete
    4. just the bottom of these databases you can see the option "Drop" so click the drop to delete the database permanently

提交回复
热议问题