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...