DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) show-binlog-events

Info Catalog (mysql.info) set-sql-log-bin (mysql.info) replication-master-sql (mysql.info) show-master-logs
 
 13.6.1.4 `SHOW BINLOG EVENTS' Syntax
 ....................................
 
      SHOW BINLOG EVENTS
         [IN 'LOG_NAME'] [FROM POS] [LIMIT [OFFSET,] ROW_COUNT]
 
 Shows the events in the binary log. If you do not specify `'LOG_NAME'',
 the first binary log is displayed.
 
 The `LIMIT' clause has the same syntax as for the `SELECT' statement.
 See  select.
 
 start a very time- and resource-consuming process because the server
 returns to the client the complete contents of the binary log (which
 includes all statements executed by the server that modify data). As an
 alternative to `SHOW BINLOG EVENTS', use the `mysqlbinlog' utility to
 save the binary log to a text file for later examination and analysis.
 See  mysqlbinlog.
 
Info Catalog (mysql.info) set-sql-log-bin (mysql.info) replication-master-sql (mysql.info) show-master-logs
automatically generated byinfo2html