The docker
container project. There are multiple containers in single project. Run all services in application with docker-compose
.
make up
Check config
cat /etc/mysql/mariadb.conf.d/50-server.cnf | grep bind-address
check network
telnet 127.0.0.1 3360
access db from remote
mysql -h 127.0.0.1 -P 3306 -u root -p