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 web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot
Posted by Thomas Eisenbarth to makandra dev (2014-07-25 10:10)