i used the following sytanx
drop database filmo;
and got the following error:
ERROR 1010 (HY000): Error dropping database
sudo rm -rf /var/lib/mysql/db_production
where db_production is the name of the database
Remember to use "sudo".