Created
January 18, 2021 12:48
-
-
Save cagartner/70ec4d5aa11dea0ebc2abb58fde74936 to your computer and use it in GitHub Desktop.
How to solve unknown collation on mysql import utf8mb4_0900_ai_ci
This file contains hidden or 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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment