I’m getting this error when installing EE:
A Database Error Occurred
Error Number: 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 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci’ at line 10
CREATE TABLE `exp_cp_search_index` ( `search_id` int(10) UNSIGNED NOT NULL auto_increment, `controller` varchar(20) default NULL, `method` varchar(50) default NULL, `language` varchar(20) default NULL, `access` varchar(50) default NULL, `keywords` text, PRIMARY KEY `search_id` (`search_id`), FULLTEXT(`keywords`) ) TYPE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
Filename: schema/mysql_schema.php
Line Number: 1336
I’ve installed EE on this same server without any trouble in the past, but I’m getting this error now. Any suggestions will be much appreciated.
Thanks
Dave