I have 2 servers: one asd master, second as a slave

1) I start master
2) start slave
3) stop slave
4)start slave
5)stop slave
6)start slave and i have errors as below.


C:\mysql4\bin>mysqld-max-nt --defaults-file=../my_slave.cnf --standalone --c
onso
le
030909 18:23:19  InnoDB: Started
030909 18:23:19  Slave I/O thread: connected to master
'[EMAIL PROTECTED]:3300',  r
eplication started in log 'hq-bin.001' at position 79
030909 18:23:19  Slave SQL thread initialized, starting replication in log
'hq-b
in.001' at position 79, relay log '.\hq-relay-bin.002' position: 41
030909 18:23:19  next log error: -1  offset: 19  log:

030909 18:23:19  Error reading relay log event: Error purging processed log
030909 18:23:19  Could not parse relay log event entry. The possible reasons
are
: the master's binary log is corrupted (you can check this by running
'mysqlbinl
og' on the binary log), the slave's relay log is corrupted (you can check
this b
y running 'mysqlbinlog' on the relay log), a network problem, or a bug in
the ma
ster's or slave's MySQL code. If you want to check the master's binary log
or sl
ave's relay log, you will be able to know their names by issuing 'SHOW SLAVE
STA
TUS' on this slave.
030909 18:23:19  Error running query, slave SQL thread aborted. Fix the
problem,
 and restart the slave SQL thread with "SLAVE START". We stopped at log
'hq-bin.
001' position 79
mysqld-max-nt: ready for connections.
Version: '4.0.14-max-nt'  socket: ''  port: 3301


# -----------------------------------------------

C:\mysql4\bin>mysqld-max-nt --defaults-file=../my_slave.cnf --standalone --c
onso
le
030909 18:25:22  InnoDB: Started
030909 18:25:22  Failed to open the relay log
(relay_log_name='.\hq-relay-bin.00
2', relay_log_pos=41
030909 18:25:22  Could not find first log during relay log initialization
030909 18:25:22  Failed to initialize the master info structure
mysqld-max-nt: ready for connections.
Version: '4.0.14-max-nt'  socket: ''  port: 3301


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

Reply via email to