I am having problems to start MySQL replication. I followed all the steps outlined on the website, but replicaiton is not working. slave status shows the following:

mysql> show slave status\G
*************************** 1. row ***************************
          Master_Host: mail.dbi.tju.edu
          Master_User: repl
          Master_Port: 3306
        Connect_retry: 60
      Master_Log_File: mail-bin.001
  Read_Master_Log_Pos: 3651
       Relay_Log_File: blade4-relay-bin.001
        Relay_Log_Pos: 3133
Relay_Master_Log_File: mail-bin.001
     Slave_IO_Running: No
    Slave_SQL_Running: Yes
      Replicate_do_db:
  Replicate_ignore_db:
           Last_errno: 0
           Last_error:
         Skip_counter: 0
  Exec_master_log_pos: 3651
      Relay_log_space: 3133
1 row in set (0.00 sec)


As you can see Slave_IO_Running is set to NO.


I tried to start it manually with the follwoing command:
slave start IO_THREAD;
without any luck. I have also tried to start and stop the slave server also wihtout any luck.


Thank you in advance for any help.

Leo.



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



Reply via email to