From: Dan Nelson Date: August 17 2002 1:44am Subject: Re: AUTO_INCREMENT PROBLEM List-Archive: http://lists.mysql.com/mysql/117419 Message-Id: <20020817014452.GE74231@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Aug 17), delz said: > I'm using phpmyadmin to create database on Mysql server. I want my > idx to start at 1800 then implement auto increment. How do i do it > using phpmyadmin? send the following command: ALTER TABLE mytable AUTO_INCREMENT = 1700; In general, phpmyadmin questions should go to a phpmyadmin mailing list. -- Dan Nelson dnelson@stripped