Good day, I need to "replicate" some fields of some a database, the problem is that I must contemplate the fact that some data in the source DB are modified to update those in the new DB and not generate a new record. In my first load of data, I made use of a PHP file which makes the query of the required fields and inserts them in the new DB with an INSERT IGNORE (This works well to make the first data load), then I run into the problem that some values change at the source and the new system does not have the correct data.