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

后端 未结 17 2295
误落风尘
误落风尘 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:40

    You may need to check two things.

    1- Database Foleder's permission The database you wants to delete must have the same owner as mysql process has.

    2- Directory Must be empty Goto the mysql data directory and verify that directory is empty

    After that connect your mysql cli and run drop database command again.

提交回复
热议问题