how to drop database

前端 未结 12 2013
广开言路
广开言路 2020-12-29 05:40

i used the following sytanx

drop database filmo; 

and got the following error:

ERROR 1010 (HY000): Error dropping database         


        
12条回答
  •  猫巷女王i
    2020-12-29 06:21

    sudo rm -rf /var/lib/mysql/db_production

    where db_production is the name of the database

    Remember to use "sudo".

提交回复
热议问题