Restarting replication on a slave MySQL DB

Execute the following commands on the slave DB:
STOP SLAVE;
RESET SLAVE;
START SLAVE;