Navicat for MySQL出现1030-Got error 28 from storage engine错误 
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%了,删除了一些不必要的文件,腾出点空间了就好了。

相关文章:

  • 2021-07-17
  • 2022-03-02
  • 2021-08-23
  • 2021-06-08
  • 2022-12-23
  • 2021-11-01
  • 2021-04-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2022-01-31
相关资源
相似解决方案