• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question Docker + MySQL 8 - charset error when adding as database server

cool_sh

Basic Pleskian
Hi all together,

I sucessfully created a docker container with the current MySQL 8.0.3
But when I try to provide it as a database server for all customers on <your_plesk_url: port>/server/db_server_edit.php the following error occurs:
Server sent charset unknown to the client. Please, report to the developers

As far as I understood the problem is the charset change in MySQL to utf8mb4 which causes the problem. But I have no idea how to fix this. Do I have to change the charset on the mysql-server inside the docker container or is there a way to fix this inside plesk?

Using Plesk Onyx 17.5.3 Update #39 on ‪CentOS Linux 7.4.1708 (Core)‬ with the MySQL-docker-container 8.0.3-rc-1debian8

Regards
 
Hallo IgorG,

which PHP version do you mean?
The version plesk uses by himself ob the CentOS installation?
 
Sorry for questioning again but yould you guide me?
I do not know about how to change the php version plesk uses by himself.
 

Attachments

  • error_charset_mysql8_docker.png
    error_charset_mysql8_docker.png
    34.3 KB · Views: 10
So, please correct me if I'm wrong. You are trying to connect a MySQL 8 installed in the docker, as a MySQL database server in Plesk?
But Plesk doesn't support MySQL 8 version - Software Requirements for Plesk

Code:
Database servers and tools:

MySQL 5.1–5.7
MySQL community edition 5.5, 5.6, 5.7
PostgreSQL 8.4–9.5
MariaDB 5.5, 10.0, 10.1
 
Back
Top