首页> 开发问题 >服务器问题 服务器问题
MySQL报错: SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine解决办法
作者:小萝卜 2019-09-11 【 MySql 漏洞BUG 】 浏览 10088
简介网站用着用着突然报错,MySQL报错: SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine
网站用着用着突然报错,MySQL报错: SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine
查了资料发现是服务器空间满了,mysql启动不了了!
[root@iZ25z6qcmrhZ ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/xvda1 40G 38G 16M 100% /
tmpfs 938M 0 938M 0% /dev/shm
解决办法:
1.查看网站缓存目录的缓存文件是否占的空间比较大清除其缓存!
2.使用命令 du -h查看出文件占用空间情况的,很快就能找出大文件,再把不必要的文件删掉即可
3.增加磁盘空间
很赞哦! (8)
相关文章
- Linux启动提示Kernel panic - not syncing: Attempted to kill init解决办法
- 什么情况:IP address '142.252.250.174' could not be resolved: ??֪?????????????? For more information
- IIS7.0运行PHP报错"php-cgi.exe - FastCGI 进程意外退出"
- 重启服务器之后 网站报错SQLSTATE[HY000] [2002] Connection refused
- The program 'yum' is currently not installed. You can install it by typing:
- ckfinder报错:从服务器读取XML数据出错
- 网页提示错误(net::ERR_EMPTY_RESPONSE)
- 可以ping通虚拟机但不能telnet 9000端口
- cp: omitting directory `/www/yingcaizhibo/filespath/flash'复制文件出错
- MySQL报错:which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mod