This MySQL statement displays information on the status of the binary log file that is being used currently on the master MySQL server.
hits past month: 14 ; last updated: may 4, 2009 - 2:34am ; parent: MySQL ReplicationSHOW MASTER STATUS
This MySQL statement displays information on the status of the binary log file that is being used currently on the master MySQL server running replication.
Below is an example of this MySQL statement and the results:
SHOW MASTER STATUS; +----------------+----------+--------------+------------------+ | File | Position | Binlog_Do_DB | Binlog_Ignore_DB | +----------------+----------+--------------+------------------+ | log-bin.000141 | 1123 | | | +----------------+----------+--------------+------------------+