06/18/2014 at 8:59 am
#294164
Keymaster
@ Alaina
Sound like the version of MySQL installed on the server is an older version. Switch the default storage engine to MyISAM before you import. Older versions of MySQL the storage engine needs to be MYISAM instead of InnoDB so FULLTEXT indexes can be supported.
Hope that helps!
