1# show master status
2
3# mask out the binlog position
4-- replace_column 2 # 3 <Binlog_Do_DB> 4 <Binlog_Ignore_DB>
5show master status;
6