Detect and monitor changes to MySQL database
- by Wolfpack'08
I use Drupal, and instead of having to use the formal interface to make small changes to a site all the time, I am wondering if there is a way to determine what modifications Drupal makes to the database so that I can make them manually the next time.
For example, if I use Drupal’s interface to add a module to the site, I would like to be able to…