查看正在使用的mysql binlog日志

mysql> show binary logs;

mysql> purge binary logs to 'binlog.000005';  (删除mysql bin-log日志,删除binlog.000005之前的,不包括binlog.000005)

原文地址:https://www.cnblogs.com/seasonsstory/p/3014823.html