2015-01-20 2 views
0

내 PC에서 이전 데이터베이스를 지우려고했는데 (이전 프로젝트에서 사용 했음) 이전에 시도한 데이터베이스 중 하나를 삭제하려고 시도 할 때마다 다음 오류가 발생합니다.콘텐츠가 없는데도 데이터베이스를 삭제할 수 없습니다.

#1010 - Error dropping database (can't rmdir '.\aroma_cafe', errno: 41) 
+0

http://stackoverflow.com/questions/4584458/error-dropping-database-cant-rmdir-test-errno-17 –

+0

가능한 중복 [MySQL에서 데이터베이스를 삭제하는 중 오류가 발생했습니다 (rmdir ' oro ', errno : 41)] (http://stackoverflow.com/questions/17947255/error-in-droping-a-database-in-mysql-cant-rmdir-oro-errno-41) –

답변

0

시스템이 존재하지 않는 디렉토리/폴더를 삭제하려는 것처럼 보입니다. 이미 수동으로 제거 했습니까? 그것은 각 데이터베이스가 디렉토리에 저장 될 수 있고 다른 파일의 모든 데이터베이스 목록에 저장 될 수 있습니다. 따라서 해당 데이터를 제거한 경우 참조 만 남아 있습니다.

0

I think there are files within that directory that is not related to MySQL. One scenario might be, insufficient permissions. You might want to delete that directory from the filesystem.

댓글을 달아야합니다.

관련 문제