Error deleting database (cannot rmdir '. \ Abm', errno: 41) in windows on mysql server

I have a database that I would like to dump from the server, but when I want to delete it, I get the above error.

Trying to find a solution, I found the answer to this problem at this link Error while deleting the database in MySQL (rmdir '. \ Oro', errno: 41 cannot ) , but I do not see the folder they are talking about. I went to the folder C: \ Program Files \ MySQL \ MySQL Server 5.5 \ data, but I can’t see the folder with the name of my database, even when I did a search in the folder C: \ Program Files \ MySQL \ MySQL Server 5.5 \

+4
source share
3 answers

Windows 41 " ". https://msdn.microsoft.com/en-us/library/t3ayayh1.aspx

. , MySQL , .

SELECT @@DATADIR;, , , abm.

, , abm . - datadir, MySQL .

, .

, MySQL, , , . , , , .

+19

​​

  • .
  • sql (drop database mydatabase).

, .

+1

If you are a Windows user. Go to the XAMPP directory → Mysql directory → data →, after which you will see a list of databases inside these folders. Just cut and paste the off-desktop database that you want to delete. If you are using phpmyadmin, refresh the page. If you do not find any errors. you will go well.

+1
source

All Articles