Home >Database >phpMyAdmin >How to set id to grow automatically in phpmyadmin
When phpmyadmin creates a data table, it only takes one step to set the primary key to grow automatically, as follows,
We only need to add A_I below Check the box to indicate that the primary key auto-increment is set, then click Execute and it will be OK.
Recommended to study "phpmyadmin tutorial"
The above is the detailed content of How to set id to grow automatically in phpmyadmin. For more information, please follow other related articles on the PHP Chinese website!