Top "Drop-database" questions

Error in dropping a database in MySQL (can't rmdir '.\oro', errno: 41)

I can't delete a database from mysql. The error is like ERROR 1010 (HY000): Error dropping database (can't rmdir '.\oro', …

mysql phpmyadmin drop-database
Reclaim disk space after drop database in mysql

I've created some very large databases and have since dropped a few. I've noticed my disk space has not recovered …

mysql drop-database
Drop database return "Error dropping database errno: 66" in MySQL

Consider: DROP DATABASE db_name; ERROR 1010 (HY000): Error dropping database (can't rmdir './db_name', errno: 66) The problem is that …

mysql osx-lion root drop-database
"ERROR 2013 (HY000): Lost connection to MySQL server during query" while dropping database

I have an empty database that I cannot drop. Initially, it contained a table that I couldn't SELECT from. So …

mysql sql timeout drop-database
How do I drop SQL Databases? sp_delete_database_backuphistory woes

I want to delete some SQL Databases on my server, but I'm having problems. My login has the roles: public …

sql-server-2008 drop-database
Delete sqlite db file

I am developing a C# application with its backend as sqlite. In my application I have a button for cleaning …

sqlite c#-4.0 sqlexception drop-database