Create clear_binlogs.sql

This commit is contained in:
bash
2024-10-05 14:18:11 +02:00
committed by GitHub
parent e5ab7424cc
commit 9fe202ea35

2
sql/clear_binlogs.sql Normal file
View File

@@ -0,0 +1,2 @@
use mysql
PURGE BINARY LOGS BEFORE now();