Monday, June 25, 2012

Mysql replication: purging binary logs

It is recommended to purge or recycle the master/slave db binary logs on a daily or weekly basis

Here is the command:

purge binary logs before '2012-05-01';

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

No comments:

Post a Comment