No products in the cart.
Access our premium support and let us know your problems, we will help you solve them.
In my case I substitute it with utf8_general_ci
with sed like this:
sed -i 's/utf8mb4_unicode_520_ci/utf8_general_ci/g' MY_DB.sql
sed -i 's/utf8mb4_unicode_520_ci/utf8_general_ci/g' MY_DB.sql
After that, I can import it without any issue.