lunedì, maggio 05, 2008

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,

Nome varchar (20),

Indirizzo varchar (40),

Telefono varchar (15),

Primary key (id),

Index (cognome))

Engine=innodb:

Mysql > show crate database

Rubrica:

Nessun commento: