1030 Got error 28 from storage engine

后端 未结 10 1212
[愿得一人]
[愿得一人] 2020-12-04 05:31

I am working on a project where i need to create a database with 300 tables for each user who wants to see the demo application. it was working fine but today when i was tes

10条回答
  •  旧巷少年郎
    2020-12-04 06:34

    Mysql error "28 from storage engine" - means "not enough disk space".

    To show disc space use command below.

    myServer# df -h
    

    Results must be like this.

    Filesystem    Size    Used   Avail Capacity  Mounted on
    /dev/vdisk     13G     13G     46M   100%    /
    devfs         1.0k    1.0k      0B   100%    /dev
    

提交回复
热议问题