查看binlog的位置
show binary logs;
show binlog events in 'mysql-bin.000002';
SHOW MASTER STATUS;
修改Instance的binlog位置
vim meta.dat
show binary logs;
show binlog events in 'mysql-bin.000002';
SHOW MASTER STATUS;
vim meta.dat


评论区