mysql> show master status;
+----------------------+-----------+--------------+------------------+
| File | Position | Binlog_Do_DB | Binlog_Ignore_DB |
+----------------------+-----------+--------------+------------------+
| mysql3-bin.001074 | 884372918 | | |
+----------------------+-----------+--------------+------------------+
1 row in set (0.00 sec)
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
mysql> show slave status\G;
*************************** 1. row ***************************
Slave_IO_State: Waiting for master to send event
Master_Host: mysql3.mysite.com
Master_User: rep
Master_Port: 3306
Connect_Retry: 60
Master_Log_File: mysql3-bin.001074
Read_Master_Log_Pos: 884738311
Relay_Log_File: mysql2-relay.000134
Relay_Log_Pos: 757515530
Relay_Master_Log_File: mysql2-bin.001074
Slave_IO_Running: Yes
Slave_SQL_Running: Yes
Replicate_Do_DB:
Replicate_Ignore_DB:
Replicate_Do_Table:
Replicate_Ignore_Table:
Replicate_Wild_Do_Table:
Replicate_Wild_Ignore_Table:
Last_Errno: 0
Last_Error:
Skip_Counter: 0
Exec_Master_Log_Pos: 757515381
Relay_Log_Space: 884738662
Until_Condition: None
Until_Log_File:
Until_Log_Pos: 0
Master_SSL_Allowed: No
Master_SSL_CA_File:
Master_SSL_CA_Path:
Master_SSL_Cert:
Master_SSL_Cipher:
Master_SSL_Key:
Seconds_Behind_Master: 15939
Master_SSL_Verify_Server_Cert: No
Last_IO_Errno: 0
Last_IO_Error:
Last_SQL_Errno: 0
Last_SQL_Error:
1 row in set (0.00 sec)
Thanks
Revathi R
--- On Tue, 4/3/12, nehal dattani <nehal.dattani@stripped> wrote:
> From: nehal dattani <nehal.dattani@stripped>
> Subject: Re: Seconds Behind Master increasing in slave
> To: masirrev@stripped
> Cc: "replication@stripped" <replication@stripped>, "Arthur
> Fuller" <fuller.artful@stripped>
> Date: Tuesday, April 3, 2012, 4:42 AM
> Hi Revathi,
>
> Is it possible for you to provide output of 'show master
> status' and 'show
> slave status' ?
>
>
>
> Regards,
> Nehal Dattani
>