network-center / interesting

collect interesting things. see Issues
https://network-center.github.io/interesting/
MIT License
0 stars 0 forks source link

2018年08月22日 MySQL 在 docker 中,宿主机只装 MySQL client #43

Open imzyf opened 6 years ago

imzyf commented 6 years ago

MySQL 使用 Docker 宿主机只用装 client 就可以在宿主机管理了,无需 server

sudo apt install mysql-client

连接命令

mysq -h127.0.0.1 -uroot -proot -P3306

-h127.0.0.1 是要加的 否则是走 sock,无法连接