Hey all,

Just brought up a new RH EL3 server and updated MySQL to ver
4.1.13-standard

I'm trying to get replication from an older server running version
Server version 4.0.16-standard-log

Replication on the slave system seems to start ok but then just sites
there with "connecting to master"

mysql> show slave status \G
*************************** 1. row ***************************
             Slave_IO_State: Connecting to master
                Master_Host: 10.32.1.10
                Master_User: repl
                Master_Port: 3306
              Connect_Retry: 60
            Master_Log_File: DB01TC07927-bin.057
        Read_Master_Log_Pos: 590592661
             Relay_Log_File: FIN01TC07927-relay-bin.000003
              Relay_Log_Pos: 4
      Relay_Master_Log_File: DB01TC07927-bin.057
           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: 590592661
            Relay_Log_Space: 4
            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: NULL

Any ideas as to what is locking it up?

Thanks,

Jeff



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to