How would I be able to track all changes to my database?
I need a way to find out exactly what changes I made to the database so that I can make the same changes on anot
Have you considered using MySQL Replication to do this? You really don't want to implement this yourself unless you have to for some reason.