I've got 3 databases running DB1, DB2, DB3. DB1 version 3.23.41 DB2 version 3.23.41 DB3 version 3.12.51
DB1 is the master for DB2 in replication I'm trying now to set up DB3 to replicate from DB2 So in essence DB1 -> DB2 -> DB3 I ran through the instructions for setting up replication of DB2 to DB3 All are using myISAM tables. I'm getting the following error on DB3 030404 20:16:01 Slave: connected to master '[EMAIL PROTECTED]:0', replication started in log 'db02tc07927-bin.049' at position 160 030404 20:18:01 Error reading packet from server: (server_errno=1159) 030404 20:18:01 Slave: Failed reading log event, reconnecting to retry, log 'db02tc07927-bin.049' position 160 030404 20:18:01 Slave: reconnected to master '[EMAIL PROTECTED]:0',replication resumed in log 'db02tc07927-bin.049' at position 160 030404 20:20:01 Error reading packet from server: (server_errno=1159) I've set the net_read_timeout=3600 on the DB3 my.cnf file as suggested by other threads I've seen but this hasn't helped. Any ideas? Jeff -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]