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

后端 未结 17 2334
误落风尘
误落风尘 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条回答
  •  无人及你
    2020-11-28 22:35

    I just ran into this problem with WAMP and the phpMyAdmin that comes with it. To remove the database and make the error go away. I went into C:\wamp\bin\mysql\mysql5.5.24\data\ and deleted the folder for the database in question.

    Then I refreshed the page at phpMyAdmin, and the database was gone.

提交回复
热议问题