Last active
September 29, 2020 08:48
-
-
Save piotrkulpinski/715152bc6bc734c368c4bab8446b91e6 to your computer and use it in GitHub Desktop.
Fix "Unknown collation: 'utf8mb4_0900_ai_ci'"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed -i '' 's/utf8mb4_0900_ai_ci/utf8mb4_unicode_ci/g' 2019-10-26-prod.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment