MyBB Community Forums

Full Version: MYPS SQL Error | HELP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
SQL Error:
1064 - 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 12
Query:
CREATE TABLE mybb_mypslogs ( logid smallint(8) NOT NULL auto_increment, senduid smallint(8) NOT NULL, senuser varchar(20) NOT NULL, recieveuid smallint(8) NOT NULL, recuser varchar(20) NOT NULL, altmyps varchar(16) NOT NULL, dateline int(11) NOT NULL, modaction varchar(3) NOT NULL, reason varchar(200) NOT NULL, PRIMARY KEY (logid) ) TYPE=MyISAM;

How can I make this plugin work...