>데이터 베이스 >MySQL 튜토리얼 >Mysql Error: The partition with /var/lib/mysql is too full!

Mysql Error: The partition with /var/lib/mysql is too full!

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB원래의
2016-06-07 15:40:362480검색

df: `/var/lib/mysql/.': Permission denied df: no file systems processed [....] /etc/init.d/mysql: ERROR: The partition with /var/lib/mysql is too full! [FA failed! 重启mysql的时候报错, 说/var/lib.mysql 满了. df 查看还剩余很多. 这导致debian

df: `/var/lib/mysql/.': Permission denied
df: no file systems processed

[....] /etc/init.d/mysql: ERROR: The partition with /var/lib/mysql is too full! [FA failed!


重启mysql的时候报错, 说/var/lib.mysql 满了.

df 查看还剩余很多.

这导致debian下的mysql不能重启,

解决办法


把ibdata1文件cp备份后删除重启mysql即可. (注意,删除重启还是报错,

查看下日志

 Error: all log files must be created at the same time.
130509 14:41:26 InnoDB: All log files must be created also in database creation.
130509 14:41:26 InnoDB: If you want bigger or smaller log files, shut down the
130509 14:41:26 InnoDB: database and make sure there were no errors in shutdown.
130509 14:41:26 InnoDB: Then delete the existing log files. Edit the .cnf file
130509 14:41:26 InnoDB: and start the database again.


把对应的其他的log也删除掉,)


如果还是不行,把mysql的my.cnf 改名,然后重装下mysql 就可以了。装好了启动了,再把改名了的my.cnf 改成my.cnf 再重启下mysql 就行了

去修改/etc/init.d/mysql 里面的if判断是不行的,绕不过去。

 

如果这样都不行, 推荐你去检查下bashrc , 在/root/.bashrc 看看是不是加了影响环境的bash输出. 比如cw之类的, 注释掉它就可以正常重启了.


성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.