Re: mysqldump and auto_increment

2008-05-20 Thread Dan Lipsitt
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

mysqldump and auto_increment

2008-05-19 Thread Dan Lipsitt
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