Hello everyone
I'm on a Ubuntu 8.04 LTS Server version: 5.1.48 MySQL Community Server (GPL) slave.
I'm noticing repeated errors in db.err
100728 10:04:46 [Note] Slave: received end packet from server, apparent master shutdown:
100728 10:04:46 [Note] Slave I/O thread: Failed reading log event, reconnecting to retry, log 'mysql-bin.000160' at postion 175015
They're coming in every other second.
Odd thing is, replication is working though.
After replication has taken place the position number changes, but the log remains the same.
We are having another problem, which is why I started checking the logs. I don't know if they're related.
The other problem is when trying to enter a relatively small amount of data into a text Innodb table we're getting back a Mysql::Error: Got error 139 from storage engine.
I'm on a Ubuntu 8.04 LTS Server version: 5.1.48 MySQL Community Server (GPL) slave.
I'm noticing repeated errors in db.err
100728 10:04:46 [Note] Slave: received end packet from server, apparent master shutdown:
100728 10:04:46 [Note] Slave I/O thread: Failed reading log event, reconnecting to retry, log 'mysql-bin.000160' at postion 175015
They're coming in every other second.
Odd thing is, replication is working though.
After replication has taken place the position number changes, but the log remains the same.
We are having another problem, which is why I started checking the logs. I don't know if they're related.
The other problem is when trying to enter a relatively small amount of data into a text Innodb table we're getting back a Mysql::Error: Got error 139 from storage engine.