Skip to content

Instantly share code, notes, and snippets.

@dvdopi
Created August 9, 2020 19:56
Show Gist options
  • Save dvdopi/bbae67ea97cf38f1f8818db8e014aa60 to your computer and use it in GitHub Desktop.
Save dvdopi/bbae67ea97cf38f1f8818db8e014aa60 to your computer and use it in GitHub Desktop.
Open the sql file in your text editor;
1. Search: utf8mb4_unicode_ci Replace: utf8_general_ci (Replace All)
2. Search: utf8mb4_unicode_520_ci Replace: utf8_general_ci (Replace All)
3. Search: utf8mb4 Replace: utf8 (Replace All)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment