Quantcast
Channel: Support & Bugs - Matomo forums
Viewing all articles
Browse latest Browse all 5706

Docker MySQL/Piwik : SQLSTATE[HY000] [2054]

$
0
0

@Mayuri wrote:

Hi team,
I have try to setup à Piwik service for my ghost blog.
I have some problem to connect Piwik with the database.

I have 2 docker containers, one with MySQL:8 and another one with Piwik:lastest.
When i'm going to setup Piwik i have some problem to connect him to the database.
I have an error after pick my credentials.

CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS              PORTS                  NAMES
86551548e835        piwik               "/entrypoint.sh ap..."   21 minutes ago      Up 21 minutes       0.0.0.0:9000->80/tcp   piwik
c54a0d7a2154        mysql:8             "docker-entrypoint..."   39 minutes ago      Up 39 minutes       3306/tcp               piwiksql

My Piwi is link to the MySQL container

Erreur lors de la tentative de connexion au serveur de base de données: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers

Here an pics of the error : http://image.prntscr.com/image/d8b59580f6c341dd9cbae3312e24c926.png

My seup commands :

docker run --name piwiksql -e MYSQL_ROOT_PASSWORD=**************** -d mysql:8
docker run --name piwik -d -p 9000:80 --link piwiksql:db piwik

Thanks for you're attention :slight_smile:

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 5706

Trending Articles