Answers for "lando mysql unknown collation 'utf8mb4_0900_ai_ci'"

C
2

mariadb unknown collation: 'utf8mb4_0900_ai_ci'

I just opened the dump.sql file in Notepad++ and 
hit CTRL+H to find and replace the string 
"utf8mb4_0900_ai_ci" and replace with "utf8mb4_general_ci"
Posted by: Guest on October-28-2020
1

Unknown collation: 'utf8mb4_0900_ai_ci' drupal

sed -i '' 's/utf8mb4_0900_ai_ci/utf8mb4_unicode_ci/g' db_name.sql
Posted by: Guest on June-02-2021

Code answers related to "lando mysql unknown collation 'utf8mb4_0900_ai_ci'"

Code answers related to "C"

Browse Popular Code Answers by Language