#error
3 messages · Page 1 of 1 (latest)
In Connection.php line 760:
SQLSTATE[HY000] [2054] Server sent charset (0) unknown to the client. Please, report to the developers (Connection: mysql, SQL: select * from information_schema.tables where table_schema = panel and table_n
ame = migrations and table_type = 'BASE TABLE')
In Connector.php line 65:
SQLSTATE[HY000] [2054] Server sent charset (0) unknown to the client. Please, report to the developers
@gentle hedge; Change character-set-collations in /etc/mysql/mariadb.conf.d/50-server.cnf to utf8mb4=utf8mb4_general_ci.
Restart mariadb after changing the config file.