Read more

Manually purge binary logs on MariaDB

Thomas Eisenbarth
July 25, 2014Software engineer at makandra GmbH

Open a MySQL root shell and use this command:

PURGE BINARY LOGS BEFORE DATE(NOW() - INTERVAL 3 DAY) + INTERVAL 0 SECOND;
Illustration online protection

Rails professionals since 2007

Our laser focus on a single technology has made us a leader in this space. Need help?

  • We build a solid first version of your product
  • We train your development team
  • We rescue your project in trouble
Read more Show archive.org snapshot
Posted by Thomas Eisenbarth to makandra dev (2014-07-25 10:10)