MySQL Forums
Forum List  »  MyISAM

Drop Database problem Error 1010(Hy000): Error Droping database
Posted by: Imtiaz Khadim
Date: July 07, 2008 10:34PM

I am using the following command to drop the database.


mysql-dev> DROP DATABASE medical_admin;

It deletes all the table in the database but it database folder can't be deleted and give follwoing error.

ERROR 1010 (HY000): Error dropping database (can't rmdir './medical_admin/', errno: 13)
I try to find teh solution of thsi problem but did not get any useful thing.

Can anybody help me out.
What is the possible reason? and solution to this problem?


waiting for kind response.


regards
Imtiaz khadim.

Options: ReplyQuote


Subject
Views
Written By
Posted
Drop Database problem Error 1010(Hy000): Error Droping database
10155
July 07, 2008 10:34PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.