STOP SLAVE;
FLUSH TABLES WITH READ LOCK;
SHOW MASTER STATUS; (record these valuse it will state name of file and position)
UNLOCKTABLES;
CHANGE MASTER TO MASTER_LOG_FILE='recorded_log_file_name',
CHANGE MASTER TO MASTER_LOG_POS=recorded_log_position;
START SLAVE;