Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Feliphe Felix

You have an error in your SQL syntax;

Recommended Posts

Deu esse erro na Database que estou usando:

 

 

CREATE TABLE abuse Falhou : 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 '(14) NOT NULL, PRIMARY KEY (id) ) ENGINE=MyISAM' at line 11

Essa Linha:

 

"CREATE TABLE abuse (

id int(11) NOT NULL auto_increment,
siteid int(11) default NULL,
usrid int(11) default NULL,
text text,
date timestamp(14) NOT NULL,
PRIMARY KEY (id)
) ENGINE=MyISAM",

 

Compartilhar este post


Link para o post
Compartilhar em outros sites

Timestamp não tem size, creio.

 

Não use "date" como nome de coluna pois é palavra reservada.

 

"Text" também.

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.