Plaindonut Posted August 15, 2007 Share Posted August 15, 2007 Is there a tool that takes a before snapshot and then and after snapshot of a mysql database and reports the tables and fields affected? I'd like to develop an add on for some open source software and was trying to figure out how to automate a process but I need to know what tables are being updated. The other option is to sift through the code and that fine but to make things a little easier I was wondering if any of you knew of a utility that would do this for me? Thanks, PD Link to comment https://forums.phpfreaks.com/topic/65000-looking-for-a-tool-that-reports-changes-to-mysql-data/ Share on other sites More sharing options...
fenway Posted August 20, 2007 Share Posted August 20, 2007 Never heard of such a thing, at least for basic tables, you could diff and parse, checksums may also help a bit. Link to comment https://forums.phpfreaks.com/topic/65000-looking-for-a-tool-that-reports-changes-to-mysql-data/#findComment-329223 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.