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 BINARY LOGS Statement

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

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

Syntax

SHOW BINARY LOGS

Explanation

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

Examples

Below is an example of this MySQL statement:

SHOW BINARY LOGS;
Return to MySQL Replication page of our MySQL Documentation