You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
DB_IMAGE="docksal/mysql:8.0-edge"
leads to
mysqli_real_connect(): The server requested authentication method unknown to the client [caching_sha2_password]
The text was updated successfully, but these errors were encountered: