error importing localhost export file to server

You’re having this issue as your third party server doesn’t support the utf8mb4_unicode_520_ci collation type.

You can either contact your host to correct this or convert the collation for all tables with utf8mb4_unicode_520_ci to utf8_general_ci

Leave a Comment