Home > Database > Mysql Tutorial > body text

linux中ERROR:Thepartitionwith/var/lib/mysqlistoofull!解决办

WBOY
Release: 2016-06-07 15:57:44
Original
1067 people have browsed it

今天在ubuntu上遇见这个问题。应该是我的第一分区太小了。 解决办法: bey0nd@wzw:/var$ cd /varbey0nd@wzw:/var$ rm -rf log 我们删除日志文件 bey0nd@wzw:/var$ /etc/init.d/mysql start 在开启mysql就正常了

今天在ubuntu上遇见这个问题。应该是我的第一分区太小了。

解决办法:

bey0nd@wzw:/var$ cd /var
bey0nd@wzw:/var$ rm -rf log
Copy after login
我们删除日志文件
bey0nd@wzw:/var$ /etc/init.d/mysql start
Copy after login
在开启mysql就正常了

 

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!