"COLLATION 'utf8_general_ci' is not valid for CHARACTER SET 'utf8mb4'"

Viewed 4721

I am not an expert in mysql I have looked in other posts for the solution to this problem but I cannot solve it, could someone help me to solve this problem?

I'm migrating a web and when I import the database I get this error.

thanks a lot

2 Answers

You can change the collation of the database(where you are importing) to utf8mb4

See here

Related