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
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
You can change the collation of the database(where you are importing) to utf8mb4
This question has already been answered here: I have that error"#1273 - Unknown collation: 'utf8mb4_0900_ai_ci'"
NOTE: COLLATE=utf8mb4_0900_ai_ci replace with COLLATE=utf8mb4_general_ci