Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 21 hours 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'
```