Migrating a DB with Emoticons and BigDump

¿So yure having trouble with those peski emoticons?

Just make sure, that your big dump is using the right encoding.

Don't use UTF8, use this string: $db_connection_charset = 'utf8mb4';

And youre done!