Re: Resetiing indexes

2005-03-24 Thread Chris
TRUNCATE TABLE would work too. That would automatically remove all rows as well. Chris mel list_php wrote: Hi, I think you are looking for something like that: ALTER TABLE auto_increment=1 (or whatever value you want) melanie From: Mário Gamito <[EMAIL PROTECTED]> To: mysql@lists.mysql.com

RE: Resetiing indexes

2005-03-24 Thread mel list_php
Hi, I think you are looking for something like that: ALTER TABLE auto_increment=1 (or whatever value you want) melanie From: Mário Gamito <[EMAIL PROTECTED]> To: mysql@lists.mysql.com Subject: Resetiing indexes Date: Thu, 24 Mar 2005 11:41:30 + Hi, I'm using MySQL on a project, and duri