docker-mysql
docker吧
全部回复
仅看楼主
level 3
quan123___ 楼主
MySQL是docker运行的一个容器,在容器外怎么用sql语句链接docker内的数据库呢??
2020年08月27日 09点08分 1
level 5
docker exec -it 加你mysql容器的id mysql -uroot -p 数据库密码
2020年08月28日 19点08分 2
level 5
指定你容器的ip和端口,不知道你是用的bridge还是host
2020年09月04日 01点09分 3
1