I filled out the form for the hcl/setup but i got this code:
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 'TYPE=MyISAM' at line 1
CREATE TABLE `hcl_activity` (`id` int(255) NOT NULL auto_increment,`timestamp` int(255) default NULL,`operatorid` varchar(255) NOT NULL default '',`status` varchar(255) NOT NULL default '',PRIMARY KEY (`id`)) TYPE=MyISAM;
I'm not sure what to do next can anyone help?
thank you!
Bookmarks