MySQLnd Version #387
Replies: 2 comments
-
|
I think I found a solution but as it might me interesting for others a note somewhere or maybe an additional build would be nice. You can/should omit the eatmydata usage and it's important to run phpaddmod for at least one module (those are the ones I wanted additionally) before the docker-php-configure lines, otherwise you would need to load the PHP source manually. |
Beta Was this translation helpful? Give feedback.
-
|
@IZSkiSurfer I appreciate the solution you provided, as it'll likely be helpful and referenced by others facing the same issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to connect to a MySQL 8 cluster using shinsenter/php:5.6-fpm-apache.
Unfortunately it fails with: "Server sent charset (255) unknown to the client."
The PHP version in the docker image is using mysqlnd 5.0.11-dev which isn't compatible with mysql 8 server's default config.
Is there any chance you can offer a Docker(file) that uses mysqlnd 5.1? Afaik it's the latest version and compatible with mysql 8 server's changed default encoding.
Beta Was this translation helpful? Give feedback.
All reactions