3 messages in com.mysql.lists.mysqlRe: ANNOUNCE: mydiff.pl - A 'diff' fo...
FromSent OnAttachments
Ron Savage28 Aug 2000 02:26 
Greg Stark01 Sep 2000 19:46 
Ron Savage02 Sep 2000 20:52 
Subject:Re: ANNOUNCE: mydiff.pl - A 'diff' for MySQL table schema
From:Greg Stark (gsst@mit.edu)
Date:09/01/2000 07:46:33 PM
List:com.mysql.lists.mysql

"Ron Savage" <ro@savage.net.au> writes:

mydiff.pl is a CGI script which offers a side-by-side comparison of 2 table schema. The tables may be on different hosts and/or in different databases. The default database server is MySQL.

This is a pretty neat idea. Any plans for a SQL "patch" program :) ? Take the diff output and generate the DDL commands necessary to modify one schema into the other without losing data? That's the one feature I miss from MS InterDev.