Auto Increment with MySQL in PHPMyAdmin

preview_player
Показать описание
How to add the Auto Increment setting to a MySQL table column through phpMyAdmin.
Рекомендации по теме
Комментарии
Автор

Thank you, got it when you said "A_I", it is written as A_I in newer version of PHPMyAdmin, very useful.

enriqueavina
Автор

thank you for all it is very good and very initiated

mohammedseid
Автор

i put the same id on my table and i forgot to tick auto increment, and i connot adjust the data. do u know how can i edit my data?

muhdmuaz
Автор

How do you set initial value for the auto_increment column?

a.k.
Автор

do anyone knows how to manipulate auto increment using greater than or less than that reflect to another column with choices? pls, pls pls!!!!

helsiedionio
Автор

A_I must be primary key? can i change primay key to name?

abdulfaiz
Автор

what is the version of this wamp please i need help...

albertojrperuda
Автор

Hey, how do you get the auto increment manually within php ? 

$sql = "CREATE TABLE users( 
FName varchar(10),  
)";
This code creates a table with FName within it, I want to create a variable int which can be incremented to add to the table

Satanicwar
welcome to shbcf.ru