3
It says error on this:
CREATE TABLE xoops_block_instance (
instanceid int(12) unsigned NOT NULL auto_increment,
bid int(12) unsigned NOT NULL default '0',
options text NOT NULL,
title varchar(255) NOT NULL default '',
side tinyint(1) unsigned NOT NULL default '0',
weight smallint(5) unsigned NOT NULL default '0',
visible tinyint(1) unsigned NOT NULL default '0',
bcachetime int(10) unsigned NOT NULL default '0',
PRIMARY KEY (instanceid),
KEY join (instanceid,visible,weight)
) TYPE=MyISAM;
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 'join (instanceid,visible,weight) )' at line 1
|||->ALL YOUR BASE ARE BELONG TO US<-|||