MySQL Forums
Forum List  »  Newbie

Re: ERROR 1010 (HY000): Error dropping database (can't rmdir '.\a', errno: 41)
Posted by: zee ku
Date: June 01, 2006 11:01AM

I am using 5.0.21 for windows xp. I just updated Windows security and rebooted windows. Due to this unrelated activity, I think drop database start to work fine now.

mysql> drop database a;
ERROR 1008 (HY000): Can't drop database 'a'; database doesn't exist
mysql> create database a;
Query OK, 1 row affected (0.09 sec)

mysql>
mysql>
mysql>
mysql> drop database a;
Query OK, 0 rows affected (0.14 sec)

mysql>

Thanks for trying to help me

Options: ReplyQuote




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.