If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Compare Tool

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-12-11, 11:10
pinkfloyd43 pinkfloyd43 is offline
Registered User
 
Join Date: Dec 2010
Posts: 39
Compare Tool

I am working on a project, MySQL, whereas the developers will deliver a script every (2) weeks, which sometimes will run! That's not the issue I also have a DB schema compare tool which generates scripts that I use 'just to be sure' that everything has been documented.

Of course I find a few items each time but now as these lists are getting longer I am trying to find some type of tool to compare these files.

For example in file1 I may have
change column1 int(11) on line 5 of the txt file

and in file2 I may have
change column1 int(11) on line 128 of the txt file

again as these files are growing in size it's terrible to find everything and wanted a text compare tool that will search file1 for line1 in file2, etc. There are quite a few tools that compare and show delta but not like this.

Probably not the best place to put this but thought someone may of had this before.

Thanks!
Reply With Quote
  #2 (permalink)  
Old 12-12-11, 14:57
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,525
if you have a text compare tool (e.g. IDM Computer Solutions makes a good one), then you can mysqldump your table definitions and text compare them that way

__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
Reply

Tags
compare files

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On