Hi,
Setting an replication for the first time, I get the following error 
message in my slave:

020424 13:59:28  Slave: connected to master 
'[EMAIL PROTECTED]:3306',  replication started in log 'FIRST' at 
position 4
020424 13:59:29  Slave: did not get the expected error running query 
from master - expected: 'Invalid error code' (256), got 'no error' (0)
020424 13:59:29  Slave:  error running query ''
020424 13:59:29  Error running query, slave aborted. Fix the problem, 
and re-start the slave thread with "mysqladmin start-slave". We stopped 
at log 'FIRST' position 31632
020424 13:59:29  Slave thread exiting, replication stopped in log 
'FIRST' at position 31632

If some one knows what can be the reason?

I have the following configuration on the master and the slave:

On my master I have in my.cnf :
[mysqld]
port=3306
log-bin
binlog-do-db=fdf
server-id=1

On my slave I have in my.cnf :
[mysqld]
server-id=3
master-host=cc.uc.uni-sofia.bg
master-user=replica
master-password=the_passwd
master-port=3306
log-slave-updates


---------------------------------------------------------------------
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