auto_increment

auto_increment

am 01.05.2006 15:14:36 von Ron Piggott

How do I change the auto_increment / auto_index value? Ron

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: auto_increment

am 01.05.2006 15:21:41 von mlists

Ron Piggott (PHP) wrote:

> How do I change the auto_increment / auto_index value? Ron

Do a query that does what you want.

Without knowing the type of DB you're using (and since this is a "PHP
and Database" list not just specific DB list) or any other info, there
really isn't much you can get from here.

You should likely ask on a list specific to your question.

This will help in your search for info:
http://www.catb.org/~esr/faqs/smart-questions.html

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: auto_increment

am 01.05.2006 15:27:10 von Ron Piggott

I am using mySQL

On Mon, 2006-05-01 at 13:21 +0000, replies-lists-
php@listmail.innovate.net wrote:
>
> ------------ Original Message ------------
> > Date: Monday, May 01, 2006 09:14:36 AM -0400
> > From: "Ron Piggott (PHP)"
> > Subject: [PHP-DB] auto_increment
> >
> > How do I change the auto_increment / auto_index value? Ron
>
> ---------- End Original Message ----------
>
> that depends on the database you're using -- and probably best asked on
> the appropriate db-specific mailing list.
>
>

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: auto_increment

am 01.05.2006 16:21:59 von Chris Smith

On 5/1/06, Ron Piggott (PHP) wrote:
> I am using mySQL

... a google search for "mysql reset auto_increment" reveals the answer!

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: auto_increment

am 01.05.2006 17:37:05 von mlists

Ron Piggott (PHP) wrote:

> I am using mySQL

In that case, mysql.com woudl have MySQL specific resources since it has
nothgin to do with PHP (aside form that is apparently what you're using
to interact with MySQL)

Please read http://www.catb.org/~esr/faqs/smart-questions.html#forum

the entire URL is excellent but that specifric section will apply to
this thread.

Also *please* do not top post :)

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php