php8.0 /var/www/invoiceninja/artisan key:generate -seed - to run
Response:
In Connection.php line 712:
SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report
to the developers (SQL: select * from information_schema.tables where table_sch
ema = pagindb and table_name = accounts and table_type = ‘BASE TABLE’)
In Connector.php line 70:
SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report
to the developers
In Connector.php line 70:
PDO::__construct(): Server sent charset (0) unknown to the client. Please, repor
t to the developers
I am running into this error on my Debian host with the latest IN docker containers. The container images were upgraded and now fail to start with same error. Confirmed on multiple servers. Any known fix?
These are the relevant container images:
REPOSITORY TAG IMAGE ID CREATED SIZE
invoiceninja/invoiceninja latest 6e69cd95b3ba 2 days ago 1.76GB
mariadb latest d344f866f140 17 hours ago 405MB
nginx alpine 6913ed9ec8d0 6 days ago 42.6MB
IN container logs:
In Connection.php line 829:
SQLSTATE[HY000] [2054] Server sent charset (0) unknown to the client. Pleas
e, report to the developers (Connection: mysql, SQL: select table_name as `
name`, (data_length + index_length) as `size`, table_comment as `comment`,
engine as `engine`, table_collation as `collation` from information_schema.
tables where table_schema = 'ninja' and table_type in ('BASE TABLE', 'SYSTE
M VERSIONED') order by table_name)
In Connector.php line 65:
SQLSTATE[HY000] [2054] Server sent charset (0) unknown to the client. Pleas
e, report to the developers