Hi,

  I am currently exploring the replication feature in 3.23.33 and
encountered this error the moment I start the slave server:

010320 18:38:13  Slave: connected to master '[EMAIL PROTECTED]:9900',
replication started in log 'FIRST' at posit
ion 4
010320 18:38:13  Slave: received 0 length packet from server, apparent
master shutdown:  (0)
010320 18:38:13  Slave: Failed reading log event, reconnecting to retry, log
'FIRST' position 34
010320 18:38:14  Slave: reconnected to master
'[EMAIL PROTECTED]:9900',replication resumed in log 'FIRST' at posit
ion 34
010320 18:38:14  Slave: received 0 length packet from server, apparent
master shutdown:  (0)


  What could be the possible reason for the error?

   My Master server is started with:



safe_mysqld --socket=/tmp/repldb.sock --port=9900 --datadir=/home/replic/db/
mysql/data --log-bin --server-id=1

    My Slave server is started with:




safe_mysqld --socket=/tmp/gmdb.sock --port=9900 --datadir=/home/replic/db/my
sql/data --master-host=10.1.1.0 --master-port=9900 --master-user=replicate -
-master-password=replicslave --server-id=1



   Thanks for any help given.


Lois




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