MyBB Community Forums

Full Version: Install problem - error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just tried to install mybb from localhost, using wamp.
Its the latest version of mybb (1.6.1)
I created a database and all.
But on the table creation page I get an error - Posting Copy pasted text now:

Table Creation

Connection to the database server and table you specified was successful.

Database Engine: MySQL 5.5.8

The MyBB database tables will now be created.
Creating table mybb_adminlog...
MyBB SQL Error

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=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci' at line 9
Query:
CREATE TABLE mybb_adminlog ( uid int unsigned NOT NULL default '0', ipaddress varchar(50) NOT NULL default '', dateline bigint(30) NOT NULL default '0', module varchar(50) NOT NULL default '', action varchar(50) NOT NULL default '', data text NOT NULL, KEY module (module, action) ) TYPE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci;



Any help please?
MyBB isn't compatible with MySQL 5.5 yet, you'll need to make the changes gere to make it compatible: http://dev.mybb.com/projects/mybb/reposi...sions/5299