danIT Posted December 31, 2008 Posted December 31, 2008 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?
matt40k Posted December 31, 2008 Posted December 31, 2008 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.
contink Posted December 31, 2008 Posted December 31, 2008 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..
Pashers Posted February 6, 2009 Posted February 6, 2009 Have you had a look at triggers? Maybe they could help you out.
vidom Posted June 25, 2011 Posted June 25, 2011 It is possible to use Checksum MySQL adm-it.net/checksum-mysql
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now