Re: Master Slave Problem.

2004-06-25 Thread Kieran Kelleher
_db: Last_errno: 0 Last_error: Skip_counter: 0 Exec_master_log_pos: 551 Relay_log_space: 45 1 row in set (0.02 sec) mysql> On Jun 25, 2004, at 1:41 AM, Rousseau, Pierre wrote: Re: Master Slave Problem : mysql> show slave status\G *

RE: Master Slave Problem.

2004-06-24 Thread Rousseau, Pierre
Re: Master Slave Problem : mysql> show slave status\G *** 1. row *** Master_Host: 164.23.43.160 Master_User: Replikator Master_Port: 3306 Connect_retry: 60 Master_Log_File: Read_Master_Log_Pos: 1

Re: Master Slave Problem.

2004-06-24 Thread Kieran Kelleher
Log into the slave and do this command mysql> mysql> show slave status\G . what do you see? Also, what is in your my.cnf file on the slave? FYI, here is instructions on how I set up replication last week http://homepage.mac.com/kelleherk/iblog/C711669388/E351220100/index.html -Kieran __