MyBB Community Forums

Full Version: MyBB SQL Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get this error when I tried to install the Username history plugin:

MyBB has experienced an internal SQL error and cannot continue.

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=ENGINE' at line 8
Query:
CREATE TABLE mybb_username_history ( id int(5) NOT NULL auto_increment, uid int(6) NOT NULL, username varchar(120) NOT NULL, date bigint(30), PRIMARY KEY (id), INDEX (uid) ) TYPE=ENGINE;

How do I fix it?
Link to plugin?
Best if you use MyBBCentral for my plugin assistance.