I recently "upgraded" my server to Ubuntu 20.04, knowing full well that there would be things to fix afterwards, but I'm kind of stuck.
I had to reinstall MySQL to get the database to connect, but after that it seems to be working, except for one thing: my main console doesn't show any information:

I see errors in the log with SQL errors:
Code: Select all
SQL-ERR dbFetchAll no result, statement was 'SELECT TimeKey, Component, ServerId, Pid, Code, Message, File, Line FROM `Logs` WHERE (Code LIKE ?) ORDER BY TimeKey DESC LIMIT ?, ?'params: WAR,0,50
SQL-ERR 'SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_0900_ai_ci,COERCIBLE) for operation 'like'', statement was 'SELECT TimeKey, Component, ServerId, Pid, Code, Message, File, Line FROM `Logs` WHERE (Code LIKE ?) ORDER BY TimeKey DESC LIMIT ?, ?' params:WAR,0,50
SQL-ERR dbFetchOne no result, statement was 'SELECT count(*) AS Total FROM Logs WHERE (Code LIKE ?)'params: WAR
SQL-ERR 'SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_0900_ai_ci,COERCIBLE) for operation 'like'', statement was 'SELECT count(*) AS Total FROM Logs WHERE (Code LIKE ?)' params:WAR
SQL-ERR dbFetchAll no result, statement was 'SELECT TimeKey, Component, ServerId, Pid, Code, Message, File, Line FROM `Logs` WHERE (Code LIKE ?) ORDER BY TimeKey DESC LIMIT ?, ?'params: WAR,0,50
SQL-ERR 'SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_0900_ai_ci,COERCIBLE) for operation 'like'', statement was 'SELECT TimeKey, Component, ServerId, Pid, Code, Message, File, Line FROM `Logs` WHERE (Code LIKE ?) ORDER BY TimeKey DESC LIMIT ?, ?' params:WAR,0,50
SQL-ERR dbFetchOne no result, statement was 'SELECT count(*) AS Total FROM Logs WHERE (Code LIKE ?)'params: WAR
SQL-ERR 'SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_0900_ai_ci,COERCIBLE) for operation 'like'', statement was 'SELECT count(*) AS Total FROM Logs WHERE (Code LIKE ?)' params:WAR
SQL-ERR dbFetchAll no result, statement was 'SELECT TimeKey, Component, ServerId, Pid, Code, Message, File, Line FROM `Logs` WHERE (Code LIKE ?) ORDER BY TimeKey DESC LIMIT ?, ?'params: WAR,0,50
SQL-ERR 'SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_0900_ai_ci,COERCIBLE) for operation 'like'', statement was 'SELECT TimeKey, Component, ServerId, Pid, Code, Message, File, Line FROM `Logs` WHERE (Code LIKE ?) ORDER BY TimeKey DESC LIMIT ?, ?' params:WAR,0,50
SQL-ERR dbFetchOne no result, statement was 'SELECT count(*) AS Total FROM Logs WHERE (Code LIKE ?)'params: WAR