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 ReplicationSHOW BINARY LOGS
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.
Below is an example of this MySQL statement:
SHOW BINARY LOGS;