MySQueaL Resources

resources for mysql admins and developers who are squealing for help

More Resources

Main Doc Pages
Comments
MySQL columns: everywhere I look are tables and columns; life is filled with databases of information to be ordered and grouped. (Ca'Grande, Milan, Italy)

SHOW MASTER LOGS Statement

This MySQL statement displays a list of binary logs created by the master MySQL server in the filesystem directory.

hits past month: 11 ;  last updated: may 4, 2009 - 2:34am ;  parent: MySQL Replication

Syntax

SHOW MASTER LOGS

Explanation

This statement displays a list of binary logs created by the master MySQL server in the filesystem directory. It's synonymous with SHOW BINARY LOGS. To delete logs, see the description of PURGE MASTER LOGS statement.

There are no examples for this page of our documentation. Return to MySQL Replication page of our MySQL Documentation