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이것 수정하면 다른파일도 수정해야되나요?
##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이것 수정하면 다른파일도 수정해야되나요?
댓글 전체
## 를 주석으로 인식 안하는 게 아닐까요?
##로 시작하는 줄들을 지워보세요
##로 시작하는 줄들을 지워보세요