Getting last position in master-file-log (MySQL replication)? -
how retrieve last position in master's log-bin? example when write change master to...
can't see master's status don't know master-file-pos...
on master machine in mysql type:
show master status; mysql> show master status; +---------------+----------+--------------+------------------+ | file | position | binlog_do_db | binlog_ignore_db | +---------------+----------+--------------+------------------+ | mysql-bin.003 | 73 | test | manual,mysql | +---------------+----------+--------------+------------------+
Comments
Post a Comment