老是出现这样的语句SQL错误(1064):You have an error in your SQL syntax;
checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear'ʌ...
check the manual that corresponds to your MySQL server version for the right syntax to use near '# SQL-Front 5.1 (Build 4.16)
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE */' at line 1
数据库是DROP TABLE IF EXISTS `c_information`;
CREATE TABLE `c_information` (
`c_information_id` int(11) NOT NULL auto_increment,
`attribute` varchar(255) NOT NULL default '',
`category_id` int(11) NOT NULL default '0',
`content` varchar(512) NOT NULL default '',
PRIMARY KEY (`c_information_id`),
KEY `c_information_category` (`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
出了什么问题求帮助啊? 展开
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE */' at line 1
数据库是DROP TABLE IF EXISTS `c_information`;
CREATE TABLE `c_information` (
`c_information_id` int(11) NOT NULL auto_increment,
`attribute` varchar(255) NOT NULL default '',
`category_id` int(11) NOT NULL default '0',
`content` varchar(512) NOT NULL default '',
PRIMARY KEY (`c_information_id`),
KEY `c_information_category` (`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
出了什么问题求帮助啊? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询