When my web application wants to insert new rows in the mysql product table, it's always the same id that is inserted. Except that this creates errors because the identifier must be unique.
The auto-increment is activated in the product table, this happens since I migrated my application to another server (export and import of the database in sql)