docker连接mysql

docker 进入mysql容器

docker exec -it mysql /bin/bash

连接命令

mysql -h0.0.0.0 -P3306 -uroot -p

你可能感兴趣的:(docker,linux,运维)