An INSERT IGNORE will just make it so you dont see the error message. It basically means ignore the error message. It will still try to do the insert, it won't add a 2nd row, and it wont give an error message.