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

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -