15
Quote:
wtravel wrote:
Then try again
No, it didn't work. When I run the query in phpMyAdmin, it works w/o problems, but when I try to install the module, I'm getting the error:
-- -- CREATE TABLE `efqdiralpha1_votedata` ( `ratingid` int(11) unsigned NOT NULL auto_increment, `itemid` int(11) unsigned NOT NULL default '0', `ratinguser` int(11) unsigned NOT NULL default '0', `rating` tinyint(3) unsigned NOT NULL default '0', `ratinghostname` varchar(60) NOT NULL default '', `ratingtimestamp` int(10) NOT NULL default '0', PRIMARY KEY (`ratingid`), KEY ratinguser (`ratinguser`), KEY ratinghostname (`ratinghostname`) ) TYPE=MyISAM is not a valid SQL!