摘要: 删除数据库drop database test; 报错error 1010 (HY000):Error dropping database(can't rmdir './***/', errno: 17) 原因是之前拷贝了文件到该数据库下,将该文件删除后便可正确删除。 阅读全文