Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 254 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 254 Bytes

配置信息

  1. 默认用户名:root
  2. 默认密码:123456
  3. 端口:3306

说明

  1. 查看容器:$ docker container ls
  2. 进入容器:
     docker exec -it dapps-mysql57 /bin/bash
    
     # 查看信息
     mysql -V