> I use MySQL 3.22.23 but I just had a hunt about on the web and I found
> a posting that confirmed your findings - I.E: auto_increment starts at
> 1!!
>
> I stand corrected!
The reasoning behind this a colleague of mine recently informed me of..
When an insert occurs, the new record is given th
I use MySQL 3.22.23 but I just had a hunt about on the web and I found
a posting that confirmed your findings - I.E: auto_increment starts at
1!!
I stand corrected!
Russ
#---#
"Believe nothing - con
The version you use may be lower than 3.23 because auto_increment sequence
number begin at 1 for MySQL version up to 3.23.
"Russ Michell" <[EMAIL PROTECTED]> ?
news:[EMAIL PROTECTED]...
> I may be semi-new to this MySQl lark but I'm sure auto_increment starts
> at 0.
>
> Russ
>
> #---
I may be semi-new to this MySQl lark but I'm sure auto_increment starts
at 0.
Russ
#---#
"Believe nothing - consider everything"
Russ
In mysql, the auto_increment start at 1 default,
But, how can I make the auto_increment start at 0?
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL