Re: mysqldump loses auto_increment

2001-07-17 Thread Gerald R. Jensen
esday, July 17, 2001 2:58 PM Subject: mysqldump loses auto_increment Hello. I've just created a table with a auto_increment column. I then did ALTER TABLE tbl AUTO_INCREMENT=4711; Now, when I insert one row into this table, it get's 4711 as the auto_increment column's value. Ho

Re: mysqldump loses auto_increment

2001-07-17 Thread Paul DuBois
At 11:03 PM +0200 7/17/01, Alexander Skwar wrote: >So sprach »Warren van der Merwe« am 2001-07-17 um 22:31:02 +0200 : >> in my plain language there it is, but the pro's may give a more detailed >> approach. > >Yeah, that's sorta how I understand it as well. Also auto_increments >BREAK when you

Re: mysqldump loses auto_increment

2001-07-17 Thread Alexander Skwar
So sprach »Warren van der Merwe« am 2001-07-17 um 22:31:02 +0200 : > in my plain language there it is, but the pro's may give a more detailed > approach. Yeah, that's sorta how I understand it as well. Also auto_increments BREAK when you manually insert a row and set the column with the auto_inc

RE: mysqldump loses auto_increment

2001-07-17 Thread Warren van der Merwe
der Merwe Software Director PRT Trading (Pty) Ltd t/a RedTie Durban, South Africa Cell (+27-83) 262-9163 Office (+27-31) 767-0249 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > ]On Behalf > Of Alexander Skwar > Sent: 17 July 2001 21:58 &g

mysqldump loses auto_increment

2001-07-17 Thread Alexander Skwar
Hello. I've just created a table with a auto_increment column. I then did ALTER TABLE tbl AUTO_INCREMENT=4711; Now, when I insert one row into this table, it get's 4711 as the auto_increment column's value. However, dumping this table with mysqldump --opt DB tbl loses the auto_increment va