Delete a database in phpMyAdmin

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

    If you want to delete your database from phpmyAdmin or mySQl. Simply go to SQL command and write command "drop DATABASE databasename;"

    Example: drop DATABASE rainbowonlineshopping;

    Then click on "Go" Button. Your Database will be deleted and you get information like this

提交回复
热议问题