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

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

    Go to the datadir for your mysql installation and rm the databases manually. It can be

    /usr/local/var/mysql
    

    Then,

    rm -R 
    

    To check datadir for your installation,

    vim the mysql.server file and find it there.
    

提交回复
热议问题