mysql data syncronization
This script will examine a MySQL database and create a file full of statements to execute on an identically structured database. This will bring the target database into syncronization with the source. It does NOT sync any changes to the database structure. It does check to see if the same record has been changed on the source and destination and gives the option of forcing overwrites or aborting the change to conflicted records. Any changes aborted are written to the error log. Inserts and deletes are also synced. Heavily commented. Read the notes in the code.