Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/12/2009, 14:57
JOKEROBSCURO
 
Fecha de Ingreso: febrero-2008
Mensajes: 101
Antigüedad: 16 años, 9 meses
Puntos: 1
Problemas con auto_increment

Hola, estoy usando el MySQL Query Browser, hice esta tabla en una base de datos llamada prueba

CREATE TABLE usuarios (nick CHAR(100), contraseña VARBINARY(8000), mail CHAR(150), fecha_de_inscripcion TIMESTAMP, id AUTO_INCREMENT)

y me arroja este mensaje de error, revise y segun yo no esta mal

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AUTO_INCREMENT)' at line 1

JOKEROBSCURO...