| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Dan Nelson | Date: | September 28 2006 8:11pm |
| Subject: | Re: comparing two databases | ||
| View as plain text | |||
In the last episode (Sep 28), Steve Buehler said: > Is there a program out there that I can use to compare two > databases? Just the structure, not the content. How about something simple like: mysqldump -d db1 > db1.txt mysqldump -d db2 > db2.txt diff -u db1.txt db2.txt -- Dan Nelson dnelson@stripped
| Thread | ||
|---|---|---|
| • comparing two databases | Steve Buehler | 28 Sep |
| • Re: comparing two databases | Dan Nelson | 28 Sep |
| • Joining *3* tables | Renito 73 | 30 Sep |
| • Re: Joining *3* tables | André Hänsel | 30 Sep |
| • Re: comparing two databases | Cory Robin | 28 Sep |
| • Re: comparing two databases | Peter Brawley | 28 Sep |
| • RE: comparing two databases | Aleksander Dye | 29 Sep |
| • Re: comparing two databases | Martijn Tonies | 29 Sep |
| • Re: comparing two databases | mark addison | 29 Sep |
| • RE: comparing two databases | John Trammell | 28 Sep |
| • RE: comparing two databases | Andrew Braithwaite | 29 Sep |
| • Re: comparing two databases | Steve Buehler | 1 Oct |
