Quantcast
Channel: MySQL Forums - Database Administration & Monitoring
Viewing all articles
Browse latest Browse all 812

mysql replication problem (1 reply)

$
0
0
hi all;

this my first server ;


mysql> show slave status \G;
*************************** 1. row ***************************
Slave_IO_State: Waiting for master to send event
Master_Host: server2
Master_User: root
Master_Port: 3306
Connect_Retry: 60
Master_Log_File: server2-bin.000276
Read_Master_Log_Pos: 4
Relay_Log_File: server1-relay-bin.000276
Relay_Log_Pos: 1226
Relay_Master_Log_File: server2-bin.000276
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: 4
Relay_Log_Space: 1226
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: 0
1 row in set (0.00 sec)

ERROR:
No query specified

mysql>





this is my second server ;

mysql> show slave status \G;
*************************** 1. row ***************************
Slave_IO_State: Waiting for master to send event
Master_Host: server1
Master_User: root
Master_Port: 3306
Connect_Retry: 60
Master_Log_File: server1-bin.000277
Read_Master_Log_Pos: 9139842
Relay_Log_File: server2-relay-bin.000267
Relay_Log_Pos: 5393848
Relay_Master_Log_File: server1-bin.000268
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: 5393848
Relay_Log_Space: 284512273
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: 33324
1 row in set (0.01 sec)

ERROR:
No query specified

mysql>


how can i fix it . thanks..

Viewing all articles
Browse latest Browse all 812

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>