What will happen if on my DB server I'll run out of space?
- by Noam
I'm seeing a hugh difference of free disk space between
df -h
and du -sxh /
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?