Re: problem with int(11) in my database!!!!
Posted by: Duncan Berriman
Date: September 29, 2005 02:11PM

Are you exporting and reimporting your data or deleting all the data from the table ?

Export/Import using mysqldump will lose the auto increment value (you have to reset it manually).

Similarly truncate will reset the value whereas delete from table command will be ok.

Duncan

Options: ReplyQuote


Subject
Written By
Posted
Re: problem with int(11) in my database!!!!
September 29, 2005 02:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.