Jump to content

Mysql - Track database changes


Recommended Posts

Posted

Is there a peiece of software out there that can monitor a mysql database and give some kind of output as to what changes have been made?

 

Ideally I would like it to output the changes that have been made in a query, like mysqldump does when i do a dump.

 

Anyone know of anything?

Posted

Other then looking at the log file, no, just been looking myself. Let me know if you find anything.

 

Ideally I'm after something monitor load etc, as well as logwatch, emails you a weekly report. Or produces a html report.

Posted
If you push everything through a db handling library with this facility then you can.. Adodb is good in that respect as it allows you to log all the calls and even helps with debugging. That plus it's a library so it saves you a shed load of work.. :)
  • 1 month later...
  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...