Some helpful MySQL commands:

mysql> STOP SLAVE; SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START SLAVE;

mysql> CHANGE MASTER TO MASTER_HOST=’mysql.server.name’, MASTER_USER=’a-user’, MASTER_PASSWORD=’password’, MASTER_LOG_FILE=’mysql-bin.000000′, MASTER_LOG_POS=’742507236′;