NEWEST**************************
I am now getting this error while trying to Replicate to a second MySQL
server.

021125  0:41:01  Slave: Failed reading log event, reconnecting to retry, log
'bsd1-bin.001' position 73
021125  0:41:01  Slave: reconnected to master
'[EMAIL PROTECTED]:3306',replication resumed in log 'bsd1-bin.001' at
position 73
021125  0:41:17  Error reading packet from server: Could not open log file
(server_errno=2)
021125  0:41:17  Slave: Failed reading log event, reconnecting to retry, log
'bsd1-bin.002' position 86
021125  0:41:17  Slave: reconnected to master
'[EMAIL PROTECTED]:3306',replication resumed in log 'bsd1-bin.002' at
position 86
021125  0:41:17  Error reading packet from server: Could not find first log
(server_errno=65535)
021125  0:41:37  Slave thread killed while waiting to reconnect after a
failed read
021125  0:41:37  Slave thread exiting, replication stopped in log
'bsd1-bin.002' at position 86
021125  0:41:37  Slave: connected to master '[EMAIL PROTECTED]:3306',
replication started in log 'FIRST' at position 4

I have added the following to the master:
[mysqld]
socket=/tmp/mysql.sock
server-id=1
log-bin

[safe_mysqld]
socket=/tmp/mysql.sock
server-id=1
log-bin

And added this to the slave:
[mysqld]
server-id=2
master-host=192.168.0.16
master-user=replicate
master-password=mypasshere

Any ideas on this?
Thanks.
Lewis




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