Error Dropping Database (Can't rmdir '.test\', errno: 17)

后端 未结 17 2330
误落风尘
误落风尘 2020-11-28 22:09

Basically, I was taught on how to create a root password using the \"mysqladmin -u root -p password\" command, this was done all through the windows command editor. Now, the

17条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-28 22:30

    I my case the problem was a residual dump file in the database directory. That file was probably generated during a backup script test I had been working on. Once I manually deleted the file I could then drop the database.

提交回复
热议问题