Hi all
I'm fairly new to MySQL. I need to know how would i be able to track any changes in my database.
I need a way to find out exactly what changes I made to the database so I can implement the same changes on another server.
For example, if I added a new field in one of the tables, I would like to know what field that was so that I could add that same field to another database.
Your help would be greatly appreciated
Pranay