What will happen if on my DB server I'll run out of space?

Posted by Noam on Super User See other posts from Super User or by Noam
Published on 2013-10-22T09:47:15Z Indexed on 2013/10/22 10:00 UTC
Read the original article Hit count: 187

Filed under:
|
|
|
|

I'm seeing a hugh difference of free disk space between
df -h
enter image description here
and du -sxh /
enter image description here

I've understood in my question Resolving unix server disk space not adding up that du -sxh / is a better estimation as to when I will run out of disk space. Having said that, assuming in my case the above sentence will prove to be wrong and I will run soon out of disk space, what will happen? I assume the MySQL will fail INSERT queries, but other than that, will I just need to delete some files or will it be a problematic situation?

© Super User or respective owner

Related posts about linux

Related posts about unix