Does anyone know of a command that clears data from a table and also resets any auto-increment values to 0, I am using DELETE at the moment, but that does not reset the auto_increment.
Or other than that is there a variable that I can use to UPDATE the AUTO_INCREMENT value?