This Site has been created to help MySQL DBAs/Admin to answer Frequent asked questions about MySQL administration and task. from time to time you are wondering how you did a certain task few months or few years ago. What I'm doing with this blog to post all the things I'm doing from time to time and want to keep trace of them.
Thursday, August 23, 2012
How to purge old binary logs on a master
Overview
Note: never delete the binlogs manually
How to purge old binlogs in MySQL
mysql –e “purge master logs before sysdate() – Number_of_days”
How to add a parameter to automatically purge old bin logs older than x days
No comments:
Post a Comment