I\'ve created a table with a primary key and enabled AUTO_INCREMENT, how do I get MYSQL use AUTO_INCREMENT?
AUTO_INCREMENT
CREATE TABLE IF NOT EXI
Set the auto increment field to NULL or 0 if you want it to be auto magically assigned...