sql_gnuboard4파일수정문제요. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

sql_gnuboard4파일수정문제요. 정보

sql_gnuboard4파일수정문제요.

본문

##
##Table structure for table `vod1`
##

DROP TABLE IF EXISTS `vod1`;
CREATE TABLE `vod1` (
  id int(10) unsigned NOT NULL auto_increment,
  classmovie int(10) NOT NULL default '0',
  title varchar(255) NOT NULL default '',
  moviefile text NOT NULL,
  path_id varchar(255) NOT NULL default '',
  moviefile2 text NOT NULL,
  p2p_url text NOT NULL,
  tt int(1) NOT NULL default '0',
  date int(10) NOT NULL default '0',
  UNIQUE KEY id (id)
);

이것을 추가하려고 하는데 추가한후

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 '## 마이에스큐엘 dump 10.11 ## ## Host: localhost Database: gnuboard4' at line 1 이것이 나와요  설치도하지못하고요....  무슨문제인지 아시는분 가르쳐주세요    sql_gnuboard4이것 수정하면 다른파일도 수정해야되나요?
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로