DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) show-master-logs

Info Catalog (mysql.info) show-binlog-events (mysql.info) replication-master-sql (mysql.info) show-master-status
 
 13.6.1.5 `SHOW MASTER LOGS' Syntax
 ..................................
 
      SHOW MASTER LOGS
      SHOW BINARY LOGS
 
 Lists the binary log files on the server. This statement is used as
 part of the procedure described in  purge-master-logs, that
 shows how to determine which logs can be purged.
 
      mysql> SHOW BINARY LOGS;
      +---------------+-----------+
      | Log_name      | File_size |
      +---------------+-----------+
      | binlog.000015 |    724935 |
      | binlog.000016 |    733481 |
      +---------------+-----------+
 
 `SHOW BINARY LOGS' is equivalent to `SHOW MASTER LOGS'. The `File_size'
 column is displayed as of MySQL 5.0.7.
 
Info Catalog (mysql.info) show-binlog-events (mysql.info) replication-master-sql (mysql.info) show-master-status
automatically generated byinfo2html