Ecosyste.ms: Awesome
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: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/cjade/docker-mysql
- Owner: cjade
- Created: 2020-08-03T09:26:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T13:27:41.000Z (over 4 years ago)
- Last Synced: 2025-01-10T18:37:35.218Z (14 days ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```