【问题标题】:Phpmyadmin(how to delete it which is shown in picture?)Phpmyadmin(如何删除如图所示?) 【发布时间】:2017-10-20 05:39:03 【问题描述】: as i was managing the database some of them were junk and i want to delete the folder of that database too how to do it with step by step? 所以在这张图片中你可以看到文件夹“登录测试”的红色标志如何删除它? 【问题讨论】: 标签: mysql database phpmyadmin 【解决方案1】: 在您的 phpmyadmin 中运行 sql 查询。 DROP DATABASE logintest; 【讨论】: