Archive for the tag 'mysql purge bin-log logs'

May 09 2009

mysql purge binary logs

Published by lucas under Mysql

get into mysql as root
and execute:
purge binary logs before ””2008-12-31””;
exit
That”’’s all!!!
You save a lot of disk space.

One response so far