I have some archived courses from a 2.16 server that uses a mysql (not mariadb) database. When I attempt to unarchive them into a 2.17 or 2.18 server that is using mariadb, it fails. There are many errors of the same nature as this one:
Failed to restore table
'course_name_password' with command '2>&1
/usr/bin/mysql --defaults-file=/tmp/Kt89urvb8x webwork <
/opt/webwork/courses/course_name/DATA/mysqldump/password.sql'
(exit=1 signal=0 core=0): ERROR 1273 (HY000) at line 25: Unknown
collation: 'utf8mb4_0900_ai_ci'
Where of course, "course_name" is the actual course name.
There is some information about this here:
https://dba.stackexchange.com/questions/248904/mysql-to-mariadb-unknown-collation-utf8mb4-0900-ai-ci
But I am not sure what I can trust. Are we (the WeBWorK community) familiar with this issue and how it can be addressed?