6 lines
155 B
PHP
6 lines
155 B
PHP
|
|
# show master status
|
||
|
|
|
||
|
|
# mask out the binlog position
|
||
|
|
-- replace_column 2 # 3 <Binlog_Do_DB> 4 <Binlog_Ignore_DB> 5 <Executed_Gtid_Set>
|
||
|
|
show master status;
|