Hello, since folder is going to be full i print top biggest folder and the result is in the attachment
Is it safe to delete all cache folder files?
Regards
They appear to be cache folders for yum. I believe yum has arguments/options/tools to clean up caches. I don't know if it's a good idea to simple delete the directories, but it's probably safe.
PS: Pasting text as text is preferred over a screenshot.
`yum clean all` should do the trick here. It's perfectly safe to run this.
With that said, I think the bigger problem is that your partitions are likely too small. Just a bit more data in /var/lib/mysql and there's not going to be much you can do other than cleaning up your databases.
Have you checked to see what's using so much data in /var/lib/mysql? Maybe there's some cleaning that can safely be done (i.e. log files, backups that were placed here and forgotten about, etc). It might not necessarily be database themselves.
Thanks i cleared cache and i have 300MB more free disk space now. I checked also inside /var/lib/mysql and there is a file 6GB called
ibdata1.
Maybe i can try to download on desktop and then delete it?
Ok thanks in /var/lib/mysql however i can delete folders of old website or can make conflict?
Example folder attached is related to a website i don't need. Is it possible to delete or can generate error?
If you don't need the database, you can delete it/drop it the MySQL way, or via the DirectAdmin panel. Deleting any files manually anywhere inside /var/lib/mysql is most likely going to cause you a lot of pain, so don't do it.