Change Mysql version

@Entourage Almost there! Do you have a text editor like VS Code that you can use to perform a “find and replace”? If so, open the sql file in the text editor and perform a find & replace to replace utf8mb4_0900_ai_ci with utf8mb4_unicode_ci. Make sure all instances have been changed and save the file.

Delete all tables in the database again, and try importing the new file.

1 Like