msyql日誌自動清理

put the following line in my.cnf and restart mysql, mysql will clean binlog old than 30 days automatically.
expire_logs_days = 30

example:

set global  expire_logs_days=7;
flush logs;
 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章