Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pma does not work with MySQL 8.0 images #66

Open
ChristianAdamski opened this issue May 25, 2020 · 4 comments
Open

pma does not work with MySQL 8.0 images #66

ChristianAdamski opened this issue May 25, 2020 · 4 comments
Labels

Comments

@ChristianAdamski
Copy link

DB_IMAGE="docksal/mysql:8.0-edge"

leads to

mysqli_real_connect(): The server requested authentication method unknown to the client [caching_sha2_password]

@achekulaev
Copy link
Member

achekulaev commented May 28, 2020

I would recommend you to ping addon contributors @frederickjh and @sean-e-dietrich

@lmakarov
Copy link
Member

I've just tested this and had no issues using DB_IMAGE='docksal/mysql:8.0-edge'.

@ChristianAdamski make sure you have the latest version of the edge image:

$ fin docker pull docksal/mysql:8.0-edge
8.0-edge: Pulling from docksal/mysql
Digest: sha256:191b916a2383c3c7d159213132f224cbf6bf122c78d03e9963632ddd5d1b124d
Status: Image is up to date for docksal/mysql:8.0-edge
docker.io/docksal/mysql:8.0-edge

@lmakarov
Copy link
Member

image

@lmakarov
Copy link
Member

You may also need to pull in the latest phpmyadmin image:

$ fin docker pull phpmyadmin/phpmyadmin
Using default tag: latest
latest: Pulling from phpmyadmin/phpmyadmin
Digest: sha256:09b0dcdf1fa45538fbe8966a025b14f0eb74d0f79cc4b5784ec372e3908e7ee1
Status: Image is up to date for phpmyadmin/phpmyadmin:latest
docker.io/phpmyadmin/phpmyadmin:latest

Let us know which one worked for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants