Detect and monitor changes to MySQL database

Posted by Wolfpack'08 on Super User See other posts from Super User or by Wolfpack'08
Published on 2012-07-01T01:41:33Z Indexed on 2012/07/01 3:17 UTC
Read the original article Hit count: 390

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 find out what database entries it changes/adds so that if I want to add another module, I can add or change the file or database entry myself instead of having to go through Druapl.

This way, I can have better control over the system as well as gain a greater understanding of how it works underneath.

My environment is Windows XP, MySQL latest stable, phpmyadmin.

© Super User or respective owner

Related posts about mysql

Related posts about efficiency