reset id auto increment


/ Published in: MySQL
Save to your folder(s)

Set the counter back to zero.


Copy this code and paste it in your HTML
  1. ALTER TABLE `table_name_here` AUTO_INCREMENT =0

URL: http://www.trap17.com/index.php/Reset-Id-Auto-Increment_t27162.html

Report this snippet


Comments


You need to login to view comments.