Prevent system failure due to MySQL Binary Log capacity


“binlog” is a file that records all changes made in the server.

It is an essential element for PIT (point-in-time recovery) and replication, and if you don’t use these two functions, you don’t have to activate it. Although the empty log itself is subtle, it adds to the IO burden. (more…)