From: Date: August 29 2007 10:55am Subject: Re: SCRIPT OR TOOL TO GIVE CHANGES IN DATABASES List-Archive: http://lists.mysql.com/mysql/208776 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1053_28742980.1188377744196" ------=_Part_1053_28742980.1188377744196 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline If you want to track the schema level changes, updates, inserts etc you always have the binlogs/update logs. If you want to track select queries also you have the general query log. Check out http://dev.mysql.com/doc/refman/4.1/en/log-files.html for the different logs available. Of course be wary of the performance implications. -- Alex http://alexlurthu.wordpress.com/ On 8/29/07, Krishna Chandra Prajapati wrote: > > Hi All, > > Is there is any script or tool that generate the report and send an email > for changes done in the databases; > > There is any otherway (manual) So that i can look that what changes has > been > done in the database today. > > Regards, > Krishna > ------=_Part_1053_28742980.1188377744196--