04/25/2015 at 10:50 am
#332431
Keymaster
@ Serge
re: Is there something I’m doing wrong or is there no way to import the connections files from my localhost/WAMP?
The default table engine in your WAMP install supported FULLTEXT and the default table engine that your web host provides does not. Likely the web host running an older version of MySQL.
What you likely need to do is make sure the tables are set to MyISAM before you import.
Alternatively, on your WAMP install, disable the FULLTEXT search on the Connections : Settings admin page under the Search tab. Then export again. You should be able to do the import now because the FULLTEXT indices will not exist.
Hope that helps!
