On Tuesday 23 January 2001 07:28, Jean-Luc Fontaine wrote:
>On Tuesday 23 January 2001 15:13, you wrote:
>> >Just tried a 3.23.32 slave (on Linux, all rpms from www.mysql.com) against
>> > a
>>
>> 3.23.30 server:
>> >010123 09:38:05  mysqld started
>>
>> /usr/sbin/mysqld: ready for connections
>>
>> >010123  9:38:05  Slave: connected to master '[EMAIL PROTECTED]:3306',
>>
>> replication started in log 'jfontain-bin.008
>> ' at position 149358
>> 010123  9:38:05  Error reading packet from server: Could not find first log
>> (read_errno 0,server_errno=65535)
>> 010123  9:38:05  Slave: Failed reading log event, reconnecting to retry,
>> log 'jfontain-bin.008
>> ' position 149358
>> 010123  9:38:05  Slave: reconnected to master
>> '[EMAIL PROTECTED]:3306',replication resumed in log 'jfontain-bin.008
>> ' at position 149358
>> 010123  9:38:05  Error reading packet from server: Could not find first log
>> (read_errno 0,server_errno=65535)
>> 010123  9:38:06  /usr/sbin/mysqld: Normal shutdown
>>
>> >010123  9:38:06  Slave thread exiting, replication stopped in log
>>
>> 'jfontain-bin.008
>> ' at position 149358
>>
>> >010123  9:38:06  /usr/sbin/mysqld: Shutdown Complete
>>
>> Do you have jfontain-bin.008 log on the master? If yes, is it readable by
>> the master, and is it listed in the log index ( do SHOW MASTER LOGS on the
>> master). The error message indicates that the log is either not there, not
>> readable, not listed in the index, otherwise it is a bug. If you have done
>> reset master, but have not done reset slave, or have been careless with
>> PURGE LOGS, this would explain the problem.
>
>Well, all I did really was rpm -U on the slave followed by 
>/etc/rc.d/init.d/mysql start, without touching anything on the master.
>That worked for me in the past while upgrading between 3.23 releases.
>
>That is the way I do it usually: I upgrade one of the slaves used as a test 
>machine, then if that works for a while, I upgrade all the slaves and the 
>master. That has been working so far.
>
>What do you think?

It should work. However, you need to check if the log in question is actually 
on the master.

-- 
MySQL Development Team
   __  ___     ___ ____  __ 
  /  |/  /_ __/ __/ __ \/ /   Sasha Pachev <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Provo, Utah, USA
       <___/                  

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to