MySQL

Common Commands

Reset Auto Increment after deletion of rows.

ALTER TABLE `[table name]` AUTO_INCREMENT = [number to set];