PRIMI COMANDI DATABASE (DIRETTIVE)
http:// 127.0.0.1/home/mysql/
mysql > create [nome_file]
mysql > create database if not exists prova;
mysql > create table contattI
(id int auto_increment,
Cognome varchar (20) not null,
Indirizzo varchar (40),
Telefono varchar (15),
Primary key (id),
Index (cognome))
Engine=innodb:
Mysql > show crate database
Nessun commento:
Posta un commento