#sql error

4 messages · Page 1 of 1 (latest)

eager parrot
#

[ERROR] Unable to connect to the MySQL server using the provided credentials.
The error returned was "SQLSTATE[HY000] [2054] Server sent charset (0)
unknown to the client. Please, report to the developers".

[ERROR] Your connection credentials have NOT been saved. You will need to
provide valid connection information before proceeding.

tropic hazel
#

The error returned was "SQLSTATE[HY000] [2054] Server sent charset (0) unknown to the client. Please, report to the developers".

stark galleonBOT
#

@tropic hazel; 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.

eager parrot
#

how to do it