I am getting a MySQL error when trying to import the plugin, my MySQL version is 5.5.11
Code:
Invalid SQL:
CREATE TABLE IF NOT EXISTS `fl_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
EDIT
I fixed it myself TYPE=MyISAM had to be ENGINE=MyISAM