本帖最后由 rfcc1001 于 2009-2-5 06:19 编辑
Discuz! info: MySQL Query Error
Time: 2009-2-5 1:20am
Script:
SQL: CREATE TABLE [Table]uc_friends ( uid mediumint(8) unsigned NOT NULL default '0', friendid mediumint(8) unsigned NOT NULL default '0', direction tinyint(1) NOT NULL default '0', version int(10) unsigned NOT NULL auto_increment, delstatus tinyint(1) NOT NULL default '0', comment char(255) NOT NULL default '', PRIMARY KEY(version), KEY uid(uid) 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 'ENGINE=MYISAM DEFAULT CHARSET=gbk' at line 1
Errno.: 1064 |