看看里面有没有表,如果有表,先把表删除了,然后在删除库
rm -rf /var/mysql
试试:mysql>drop table xxx;mysql>drop database dataname;
是不是 database 里面有东西,不能级联删除,加上cascade试试呢???记得补个结果