Como alterar o incremento automático na tabela existente MySQL

ALTER TABLE tbl_access ADD COLUMN `access_id` int(10) NOT NULL PRIMARY KEY AUTO_INCREMENT FIRST
Obnoxious Osprey