Replication

mysql>show slave status\G;

mysql>show master status\G;
mysql>SHOW PROCESSLIST \G;
mysql>SHOW SLAVE HOSTS;

mysql> STOP SLAVE;
mysql> START SLAVE;
mysql> show variables like ‘%expire%’;