1. 重启 docker : systemctl restart docker
  2. 查看docker中的容器 :docker ps
  3. 启动指定容器 docker start mysql 再次查看其中的容器
  4. 进行连接