WhirCat
puttin’ on my work hat
Subscribe to feed
You are currently browsing articles tagged MySQL.
2008-09-28 in MySQL by face | No comments
PURGE MASTER LOGS TO ‘mydb-bin.0023′;
Then the binlog before ‘mydb-bin.0023′ will be deleted.
You may also do this:
PURGE MASTER LOGS BEFORE ’2008-06-13 08:00:00′;
Tags: MySQL