1030 Got error 28 from storage engine

后端 未结 10 1216
[愿得一人]
[愿得一人] 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:25

    My /var/log/apache2 folder was 35g and some logs in /var/log totaled to be the other 5g of my 40g hard drive. I cleared out all the *.gz logs and after making sure the other logs werent going to do bad things if I messed with them, i just cleared them too.

    echo "clear" > access.log
    

    etc.

提交回复
热议问题