How to use JDBC connection from host to a docker mysql server – Phpmyadmin
I am new in docker and I try to connect to a mysql container from the local machine (host). I pulled the latest version of mysql with: docker pull mysql/mysql-server:latest and started this (and the myadmin container with the following:…