"mel list_php" <[EMAIL PROTECTED]> wrote on 14/02/2005 13:54:35:

> additional test,
> it is always bugging at the key 127...
> I put a backup online, with until 106.
> Added few test records, from key 127 it just doesn't want to increment 
the 
> auto-increment field anymore.
> I'm completly lost here, any help would be greatly appreciated......

Please show your table description. This behaviour corresponds to the 
AUTO_INCREMENT column being defined as a TINYINT, range -128..+127. You 
probably need to change the definition of your key column.

        Alec


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to