Puoi utilizzare INSERT IGNORE
sintassi per eliminare questo tipo di errore.
Nel tuo caso, la query diventerebbe:
INSERT IGNORE INTO `database` (title, introduction) VALUES (%s, %s)
Puoi utilizzare INSERT IGNORE
sintassi per eliminare questo tipo di errore.
Nel tuo caso, la query diventerebbe:
INSERT IGNORE INTO `database` (title, introduction) VALUES (%s, %s)