Delete a database in phpMyAdmin

前端 未结 16 1143
面向向阳花
面向向阳花 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:12

    There are two ways for delete Database

    1. Run this SQL query -> DROP DATABASE database_name
    2. Click database_name -> Operations ->Remove Database

提交回复
热议问题