An open API service indexing awesome lists of open source software.

https://github.com/cjade/docker-mysql


https://github.com/cjade/docker-mysql

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Docker-compose 构建Mysql容器
### cd docker-mysql
### docker-compose up -d
### 使用[mycli](https://www.mycli.net/) 连接mysql
```mysql based
mycli -h 127.0.0.1 -u root -p 'password'
```