ERROR 1010 (HY000): Error dropping database (can’t rmdir ‘./roundcube’, errno: 30)

cd /var/lib/mysql
mv roundcube /tmp

mysql> drop database roundcube;
ERROR 1008 (HY000): Can’t drop database ’roundcube’; database doesn’t exist
mysql> create database roundcube;

Leave a Reply

Your email address will not be published. Required fields are marked *