ve another
suggestion?
On Mon, May 19, 2008 at 11:00 PM, Moon's Father <[EMAIL PROTECTED]>
wrote:
> You can import your data into a test database,then export the data using
> statement select ... into ...
> then You can complare the two.
>
>
> On Tue, May 20, 2008 at 9:14 AM
Is there a set of flags for mysqldump that will include the auto_increment
specifier for columns, but leave out the AUTO_INCREMENT=x saved values?
I want to compare the schema of two versions of a database, without
considering the data. In my opinion, the saved auto increment counter is
part of th