DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) show-master-status

Info Catalog (mysql.info) show-master-logs (mysql.info) replication-master-sql (mysql.info) show-slave-hosts
 
 13.6.1.6 `SHOW MASTER STATUS' Syntax
 ....................................
 
      SHOW MASTER STATUS
 
 Provides status information about the binary log files of the master.
 Example:
 
      mysql > SHOW MASTER STATUS;
      +---------------+----------+--------------+------------------+
      | File          | Position | Binlog_Do_DB | Binlog_Ignore_DB |
      +---------------+----------+--------------+------------------+
      | mysql-bin.003 | 73       | test         | manual,mysql     |
      +---------------+----------+--------------+------------------+
 
Info Catalog (mysql.info) show-master-logs (mysql.info) replication-master-sql (mysql.info) show-slave-hosts
automatically generated byinfo2html