: SYNOPSIS:
    : 
    : Wondering if anyone knows of, or has built, or is 
    : interested in building
    : a program that will take two .sql schema dumps (one new 
    : and one old) and
    : create the ALTER / CREATE TABLE syntax to make the old 
    : one look like the
    : new one. It should work in such a way that it doesn't 
    : matter if the
    : table's schema are in the same order or not.
    : 


I actually tried to develop something of that sort, but parsing mysql
statements accurately
turned out to be a little more complex than I initially expected. Didn't
want to spend
too much time than I was willing to. So I quit.

Sherzod



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to