Error in dropping a database in MySQL (can't rmdir '.\oro', errno: 41)
In my case, I solved the problem by navigating to the folder:
C:\wamp\bin\mysql\mysql5.6.12\data
and remove the database folder which I was trying to drop. That's it.
In my case, I solved the problem by navigating to the folder:
C:\wamp\bin\mysql\mysql5.6.12\data
and remove the database folder which I was trying to drop. That's it.