Purge MySQL Binary Logs


/ Published in: MySQL
Save to your folder(s)

Used to make sure the server log dose not fill up the hd.


Copy this code and paste it in your HTML
  1. PURGE BINARY LOGS BEFORE 'yyyy-mm-dd';

URL: http://dev.mysql.com/doc/refman/5.0/en/purge-binary-logs.html

Report this snippet


Comments


You need to login to view comments.