/var/lib/mysql is filling up quickly, what to do?

Thommato

Verified User
Joined
Feb 27, 2019
Messages
6
Hello, i've a question. After inspecting my webserver i saw something strange.
The folder /var/lib/mysql is filling up quikly and is already using 529GB (I'm only running 20 installations/websites).
What to do??
 
It's most likely that binary logging is enabled in MySQL configuration. It's safe to turn it off if you don't use any mysql clustering.
 
Back
Top