|
Starting at the line: 1
Error at the line 42: ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;
Query: CREATE TABLE `attachment` ( `attachmentid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', `thumbnail_dateline` int(10) unsigned NOT NULL default '0', `filename` varchar(100) NOT NULL default '', `filedata` mediumblob, `visible` smallint(5) unsigned NOT NULL default '0', `counter` int(10) unsigned NOT NULL default '0', `filesize` int(10) unsigned NOT NULL default '0', `postid` int(10) unsigned NOT NULL default '0', `filehash` varchar(32) NOT NULL default '', `posthash` varchar(32) NOT NULL default '', `thumbnail` mediumblob, `thumbnail_filesize` int(10) unsigned NOT NULL default '0', `extension` varchar(20) character set latin1 collate latin1_bin NOT NULL default '', PRIMARY KEY (`attachmentid`), KEY `filesize` (`filesize`), KEY `filehash` (`filehash`), KEY `userid` (`userid`), KEY `posthash` (`posthash`,`userid`), KEY `postid` (`postid`), KEY `visible` (`visible`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;
MySQL: Table 'attachment' already exists
Stopped on error
|
|