Skip to content

Instantly share code, notes, and snippets.

@piotrkulpinski
Last active September 29, 2020 08:48
Show Gist options
  • Save piotrkulpinski/715152bc6bc734c368c4bab8446b91e6 to your computer and use it in GitHub Desktop.
Save piotrkulpinski/715152bc6bc734c368c4bab8446b91e6 to your computer and use it in GitHub Desktop.
Fix "Unknown collation: 'utf8mb4_0900_ai_ci'"
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