Home >Database >phpMyAdmin >How to set id to grow automatically in phpmyadmin

How to set id to grow automatically in phpmyadmin

silencement
silencementOriginal
2019-12-27 10:40:374209browse

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,

How to set id to grow automatically in phpmyadmin

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn