Client requested master to start replication from impossible position
If you run a replicated MySQL setup and have a master failure, you may see the following error in your error log. [ERROR] Error reading packet from server: Client requested master to start replication from impossible position ( server_errno=1236) At this point your slave will not be replicating and you will need to recover from the situation. But why did it occur in the first place and what does it mean to your data integrity? Why it occurs This error will occur if the master stops unexpectedly. This could be as a result of a hardware failure (like a disk error) or a power loss.Read More →