MySQL Change auto increment counter

Change Auto Increment counter starting number in MySQL

ALTER TABLE <TABLE> AUTO_INCREMENT = <NUMBER>;