Created
June 18, 2024 12:51
-
-
Save vladdancer/a7cd8a4b92d38cb2654099000a8d3558 to your computer and use it in GitHub Desktop.
Fix Unknown collation: '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 syntax for macOS | |
sed -i '' 's/utf8mb4_0900_ai_ci/utf8mb4_unicode_ci/g' your_sql_file.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment