MySQL: Error dropping database (errno 13; errno 17; errno 39)

后端 未结 7 1972
清歌不尽
清歌不尽 2020-12-12 18:53

I failed to drop a database:

mysql> drop database mydb;
ERROR 1010 (HY000): Error dropping database (can\'t rmdir \'./mydb\', errno: 39)

Directory db/m

7条回答
  •  生来不讨喜
    2020-12-12 19:33

    in linux , Just go to "/var/lib/mysql" right click and (open as adminstrator), find the folder corresponding to your database name inside mysql folder and delete it. that's it. Database is dropped.

提交回复
热议问题