What does the slave I/O thread do?
What does the slave I/O thread do?
The slave I/O thread connects to the master and requests it to send updates recorded in its binary logs. This thread is responsible for communicating with the master and fetching the necessary binary log events that need to be applied to the slave.
A is it