MySQL出现1030-Got error 28 from storage engine错误

Navicat for MySQL出现1030-Got error 28 from storage engine错误 
这里写图片描述 
刚刚还能用这会儿就用不了了,估计是磁盘空间不足引起的! 
在根目录/下执行命令:df -h

[root@localhost ~]# df -h
Filesystem                    Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup-lv_root   50G   48G     0 100% /
tmpfs                         1.9G  448K  1.9G   1% /dev/shm
/dev/sda1                     485M   39M  421M   9% /boot
/dev/mapper/VolGroup-lv_home  534G  916M  506G   1% /home
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

果然,100%了,删除了一些不必要的文件,腾出点空间了就好了。

原文地址:https://www.cnblogs.com/antyi/p/6095477.html