After installing the miniblog, I get the following error:
WordPress database error: [You have an error in your SQL syntax near ‘ENGINE=MYISAM’ at line 9]
CREATE TABLE IF NOT EXISTS wp_miniblog
( id
bigint(20) unsigned NOT NULL auto_increment, date
datetime NOT NULL default ‘0000-00-00 00:00:00’, blog
text NOT NULL, title
text NOT NULL, url
text NOT NULL, text
text NOT NULL, FULLTEXT (blog
), PRIMARY KEY (id
)) ENGINE=MYISAM
What does this mean?