为Docker MySQL允许SSH隧道
MySQL Docker images usually come without SSH connection. It's fine for apps to connect within an internal network, but need additional work to have SSH connection to access it remotely. ...
MySQL Docker镜像通常不支持SSH连接。可以通过创建Dockerfile安装SSH服务器并进行配置。使用docker-compose.yml构建服务后,可以通过SSH连接到MySQL服务器。
