Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/06/2009, 08:01
avmitxe
 
Fecha de Ingreso: junio-2009
Mensajes: 4
Antigüedad: 15 años, 6 meses
Puntos: 0
Ayuda con MySQL

Hola un amigo me dijo que ponga esto en MySQL:

CREATE TABLE benutzerdaten (
Id Int(11) NOT NULL auto_increment,
Nickname VarChar(50) NOT NULL default '',
Kennwort VarChar(50) NOT NULL default '',
Nachname VarChar(50) NOT NULL default '',
Vorname VarChar(50) NOT NULL default '',
PRIMARY KEY (Id)
)

Eso donde lo pongo?
Porfa expliquenlo bien

Gracias