Home >Backend Development >PHP Tutorial > 怎么删除MYSQL中的一个数据库

怎么删除MYSQL中的一个数据库

WBOY
WBOYOriginal
2016-06-13 13:31:22933browse

如何删除MYSQL中的一个数据库
刚才想删除MYSQL里的一个库. 

drop database 'jobnew' 结果表都没了 不过还有个空数据库在

删的时候出现:
SQL query:

DROP DATABASE `jobnew`

MySQL said: Documentation
#1010 - Error dropping database (can't rmdir './jobnew/', errno: 17) 

-----------------
请问下怎么才能删除这个空的库

------解决方案--------------------
[root@localhost /]# cd /usr/local/Zend/mysql/var/
[root@localhost /]# rm -rf jobnew


手动删除 就可以.


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn