Create websites with TailwindCSS
Start building the next great SAAS
Alpine & Tailwind UI Library
Plug'n Play Authentication for Laravel
Create website designs with AI
Blog platform for developers
Build a simple static website
21-day program to build a SAAS
sed -i '' 's/utf8mb4_0900_ai_ci/utf8mb4_unicode_ci/g' file_name.sql
When importing a Mysqldump with incompatible utf8mb4 unicode, you may be presented with the error: Unknown collation: 'utf8mb4_0900_ai_ci'
, using the snippet above will fix the issue.
Simply replace the file_name.sql
with your sql filename and you'll be good to go ๐
No explanation generated yet.