Check out the myisamchk manual page and the --set-auto-increment[=value] flag.

regards,
thalis


On Fri, 4 May 2001, Stefan Wehowsky wrote:

> Letīs say I got a column "id" that is of type tinyint and has the extra
> "auto_increment". Letīs further say that I have 50 entries in that
> column. Now if I delete e.g. entry No. 30 and right after that add
> another entry without naming an id (for ist auto_increment) MySQL gives
> it the id 51 AND NOT 30 which leads to more and more gaps between the
> idīs. Is there anything i can do about that ?
> 
> Best regards,
> 
> Stefan Wehowsky
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 
> 


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to