本帖最后由 下砂 于 2009-11-23 09:30 编辑
Discuz! info: MySQL Query Error
Time: 2009-11-20 5:16pm
Script: /bbs/upgrade13.php
SQL: CREATE TABLE [Table]optionvalue76 (
tid int(10) NOT NULL DEFAULT '0',
fid int(10) NOT NULL DEFAULT '0',
lpname mediumtext NOT NULL DEFAULT '',
Add mediumtext NOT NULL DEFAULT '',
hall smallint(6) unsigned NOT NULL DEFAULT '0',
balcony smallint(6) unsigned NOT NULL DEFAULT '0',
bathroom smallint(6) unsigned NOT NULL DEFAULT '0',
property smallint(6) unsigned NOT NULL DEFAULT '0',
mode smallint(6) unsigned NOT NULL DEFAULT '0',
makes smallint(6) unsigned NOT NULL DEFAULT '0',
face smallint(6) unsigned NOT NULL DEFAULT '0',
design smallint(6) unsigned NOT NULL DEFAULT '0',
restate smallint(6) unsigned NOT NULL DEFAULT '0',
sp smallint(6) unsigned NOT NULL DEFAULT '0',KEY tid (tid),
KEY fid (fid),
KEY hall (hall),
KEY balcony (balcony),
KEY bathroom (bathroom),
KEY property (property),
KEY mode (mode),
KEY makes (makes),
KEY face (face),
KEY design (design),
KEY restate (restate),
KEY sp (sp)
) ENGINE=MyISAM DEFAULT CHARSET=gbk;
Error: 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 'Add mediumtext NOT NULL DEFAULT '',
hall smallint(6) unsigned NOT NULL DEFAULT ' at line 5
Errno.: 1064
Similar error report has been dispatched to administrator before.
到 http://faq.comsenz.com 搜索此错误的解决方案
不知如何解决 |