Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.8Mb
PDF (A4) - 39.9Mb
Man Pages (TGZ) - 257.9Kb
Man Pages (Zip) - 364.9Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 Reference Manual  /  ...  /  SHOW BINARY LOG STATUS Statement

15.7.7.1 显示二进制日志状态语句

SHOW BINARY LOG STATUS

该语句提供了源服务器上的二进制日志文件状态信息,并需要REPLICATION CLIENT特权(或已弃用的SUPER特权).

示例:

mysql> SHOW BINARY LOG STATUS\G
*************************** 1. row ***************************
             File: source-bin.000002
         Position: 1307
     Binlog_Do_DB: test
 Binlog_Ignore_DB: manual, mysql
Executed_Gtid_Set: 3E11FA47-71CA-11E1-9E33-C80AA9429562:1-5
1 row in set (0.00 sec)

当全局事务ID在使用时,Executed_Gtid_Set显示了在源服务器上执行的事务的GTID集。这与在该服务器上的gtid_executed系统变量的值相同,以及在SHOW REPLICA STATUS语句的输出中出现的Executed_Gtid_Set值.