DROP DATABASE database_name;
mysqladmin -u username -p drop database_name;
在 phpMyAdmin 界面中,選擇要刪除的數據庫,點擊“刪除”按鈕。
注意:刪除數據庫將永久刪除其中的所有數據,請謹慎操作。