Consider:
DROP DATABASE db_name;
ERROR 1010 (HY000): Error dropping database (can't rmdir './db_name', errno: 66)
The problem is that I don't know where the file/directory is located - this file is missing in /usr/local/mysql/bin/...
How do I fix this issue?
datadir=
in my.cnf should point you to your data directory. – Haitianmy_DATAbase
I can see that error. The folder name ismy_DATAbase
but phpmyadmin is trying to delete the foldermy_database
. – Interjacent