hello, I would like to set that option in mysql 5.0.45 on my slave server:
|master-retry-count=800

my slave status:
            Slave_IO_State: Queueing master event to the relay log
               Master_Host: xx.xx.xx.xx
               Master_User: fmRepl
               Master_Port: 3306
             Connect_Retry: 60
           Master_Log_File: mysql-bin.000132
       Read_Master_Log_Pos: 353589900
            Relay_Log_File: relay-bin.000034
             Relay_Log_Pos: 26881417
     Relay_Master_Log_File: mysql-bin.000154
          Slave_IO_Running: Yes
         Slave_SQL_Running: No
           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: 474572276
           Relay_Log_Space: 21673882767
           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

Yes I know the SQL_THREAD is off but this is because of a script that keeps a reasonable delay.
Anyway, so I put those options in my.cnf :
master-connect-retry=30
master-retry-count=500

I stoped the slave then deleted the master.info file
connect-retry is working fine when I do a :
show slave status \G;

but master-retry-count doesn't show up. I tried to get the info with:
show variables;

No success... is there a way to be sure that the value is set properly.
Let me know!
Tks
|

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

Reply via email to