SHOW MASTER STATUS
SHOW MASTER STATUS
This statement displays information on the status of the binary log file that is being used currently on the master MySQL server:
SHOW MASTER STATUS; +----------------+----------+--------------+------------------+ | File | Position | Binlog_Do_DB | Binlog_Ignore_DB | +----------------+----------+--------------+------------------+ | log-bin.000141 | 1123 | | | +----------------+----------+--------------+------------------+