Error in dropping a database in MySQL (can't rmdir '.\oro', errno: 41)

后端 未结 7 1138
臣服心动
臣服心动 2020-12-30 22:29

I can\'t delete a database from mysql. The error is like

ERROR 1010 (HY000): Error dropping database (can\'t rmdir \'.\\oro\', errno: 41)

I trie

相关标签:
7条回答
  • 2020-12-30 23:08
    1. Go to

      C:\wampXY\bin\mysql\mysqlx.y.z\data

    (XY.. refer versions)

    1. Rename the file you want to delete to anything else.(optional only for special cases)

    2. Now simply delete the renamed file.

    0 讨论(0)
提交回复
热议问题