innoDB에 헬리콥터 게임을 설치 중 에러

innoDB에 헬리콥터 게임을 설치 중 에러

QA

innoDB에 헬리콥터 게임을 설치 중 에러

답변 1

본문

CREATE TABLE IF NOT EXISTS `g4_game_copter` ( no int NOT NULL auto_increment, id varchar(20) NOT NULL default '', name varchar(20) NOT NULL default '', score int NOT NULL default '0', date int(13) NOT NULL default '0', x timestamp(14) NOT NULL, PRIMARY KEY (no) ) ENGINE=InnoDB;

1064 : 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 (no) ) ENGINE=InnoDB' at line 7

error file : /plugin/copter/copter_s.php


위와 같은 에러메세지가 출력되는데, 원인이 뭘까요?





이 질문에 댓글 쓰기 :

답변 1

timestamp(14)
=>
timestamp
답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 123,683
© SIRSOFT
현재 페이지 제일 처음으로