Quote:
Originally Posted by ESADCG
Have upgraded to MySQL 5.5.30 and this will not install any longer. Any chance of getting it updated?
Code:
Database error in vBulletin 3.8.7:
Invalid SQL:
CREATE TABLE IF NOT EXISTS `vbstopforumspam` (
APIKey VARCHAR( 255 ) NOT NULL ,
PRIMARY KEY ( APIKey )
) TYPE=MyISAM;;
MySQL 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 'TYPE=MyISAM' at line 4
Error Number : 1064
|
In the xml and or php files that come with this mod change
TYPE=MyISAM for
ENGINE=MyISAM