RE: Problems with Mysqld service
11-28-2015, 05:00 AM
(This post was last modified: 11-28-2015, 08:04 PM by Castey.
Edit Reason: Wrong flag in command
)
Check which directory in /var is biggest.
For me it's /var/sentora/logs (because I've Notice level logging set in php.ini), if in your case it's error log, just check what is wrong, fix it and you may erase log with echo > path/to/log/file
Code:
du -m |sort -k1n