FASTPANEL - MySQL 8 - Server sent charset unknown to the client. Please, report to the developers

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск

FASTPANEL - MySQL 8 - Server sent charset unknown to the client. Please, report to the developers

Ошибка скрипта при работе с MySQL 8.x:

Server sent charset unknown to the client. Please, report to the developers

Решение - исправить кодировку в mysqld секции:

# vi /etc/mysql/my.cnf.fastpanel/99-fastpanel.cnf
[mysqld]
collation-server = utf8_unicode_ci
character-set-server = utf8

и перезагрузить MySQL 8 сервер:

# systemctl restart mysql