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

WBOY
Release: 2016-06-13 13:31:22
Original
896 people have browsed it

如何删除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


手动删除 就可以.


Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!