Drop database return “Error dropping database errno: 66” in MySQL

前端 未结 3 585
没有蜡笔的小新
没有蜡笔的小新 2020-12-24 01:09

Consider:

DROP DATABASE db_name;
ERROR 1010 (HY000): Error dropping database (can\'t rmdir \'./db_name\', errno: 66)

The problem is that I

3条回答
  •  离开以前
    2020-12-24 01:47

    If you are using XAMPP in OSX the data directory would be at

    /Applications/XAMPP/xamppfiles/var/mysql
    

提交回复
热议问题