I've setup MySQL db replication, and started both master and slave but synchronization does not work. Looking at the /var/log/mysqld.log on the slave machine shows the following error messages:
070703 11:55:25 [ERROR] Slave I/O thread exiting, read up to log 'mysql-bin', po
sition 79
070703 11:57:45 [ERROR] Error reading relay log event: slave SQL thread was kill
ed
070703 11:59:45 [Note] Slave SQL thread initialized, starting replication in log
'mysql-bin.000001' at position 4190, relay log './web2-relay-bin.000001' positi
on: 4
070703 11:59:46 [Note] Slave I/O thread: connected to master '
slave@74.205.60.14
6:3306', replication started in log 'mysql-bin.000001' at position 4190
The "show slave status" command shows the following values:
Slave_IO_State: [none]
Slave_IO_Running: No
Slave_SQL_Running: yes
Any insight into fixing this problem? Thanks.