Skip to content

Instantly share code, notes, and snippets.

@vladdancer
Created June 18, 2024 12:51
Show Gist options
  • Save vladdancer/a7cd8a4b92d38cb2654099000a8d3558 to your computer and use it in GitHub Desktop.
Save vladdancer/a7cd8a4b92d38cb2654099000a8d3558 to your computer and use it in GitHub Desktop.
Fix Unknown collation: 'utf8mb4_0900_ai_ci'
# 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