删除mysql数据库报错Error dropping database (can't rmdir './test_ceshi', errno: 39)
先找到对应的库文件位置
[root@examsrv ~]# cd /data/mysql
[root@examsrv ~]# rm -rf test_ceshi/*
然后在删除数据库
It may have the strength, but the effort, struggle, worthy of the heart.
先找到对应的库文件位置
[root@examsrv ~]# cd /data/mysql
[root@examsrv ~]# rm -rf test_ceshi/*
然后在删除数据库