Here is a useful article about fixing replication when it stops.
Basically:
STOP SLAVE;
SHOW SLAVE STATUS; (make a note of exec_master_log_pos and master_log_file).
RESET SLAVE;
CHANGE MASTER TO...
CategoryDatabase
ResettingMysqlReplication (last edited 2008-08-27 13:42:15 by DavidKeen)