[Solved] mysql [ERR] 1273 – Unknown collation: ‘utf8mb4_0900_ai_ci’

This is because the current database version is higher and some parameters need to be changed

Solution:

In the sql file

utf8mb4_0900_ai_ciReplace utf8_general_ci
utf8mb4withutf8

Run the SQL file again

Read More:

Leave a Reply

Your email address will not be published. Required fields are marked *