Delete a database in phpMyAdmin

前端 未结 16 1140
面向向阳花
面向向阳花 2021-01-31 06:33

By mistake, I have created a duplicate database in the phpMyAdmin page of cPanel. I want to delete this database, but I am not able to find any delete button in the UI.

16条回答
  •  情深已故
    2021-01-31 07:13

    Follow the following steps to delete database in PhpMyAdmin.

    1. Select your database.
    2. Choose the "Operations" tab.
    3. On this page under remove database, you will find a "Drop the database (DROP)"

    Hope this helps.

提交回复
热议问题