Understanding INSERT IGNORE in MySQL January 17, 2020 Usually, if there is an error during the INSERT command execution, the error is thrown and the execution stopped. MySQL supports something named IGNORE along with INSERT, which captures the