How do I set the initial value for an \"id\" column in a MySQL table that start from 1001?
I want to do an insert \"INSERT INTO users (name, email) VALUES (\'{
\"INSERT INTO users (name, email) VALUES (\'{
Also , in PHPMyAdmin , you can select table from left side(list of tables) then do this by going there. Operations Tab->Table Options->AUTO_INCREMENT. Now, Set your values and then press Go under the Table Options Box.