Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
修改mysql版本和mysql docker 镜像指定版本标签
Browse files Browse the repository at this point in the history
  • Loading branch information
liusec committed May 16, 2018
1 parent ed68c96 commit 7390ccd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@
## 部署指南

[![Python 2.7](https://img.shields.io/badge/python-2.7-green.svg)](https://www.python.org/)
[![MySQL 5.6.27](https://img.shields.io/badge/mysql-5.6.27-orange.svg)](https://www.mysql.com)
[![MySQL 5.7.13](https://img.shields.io/badge/mysql-5.7.13-orange.svg)](https://www.mysql.com)
[![Flask 0.11.1](https://img.shields.io/badge/flask-0.11.1-yellow.svg)](https://github.com/pallets/flask)
[![Docker 1.13.0](https://img.shields.io/badge/docker-1.13.0-blue.svg)](https://www.docker.com/)

Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
@@ -1,12 +1,12 @@
## 部署和启动mysql

```
docker pull mysql
docker pull mysql:5.7.13
docker run -d -p 127.0.0.1:6606:3306 \
--name open_source_mysqldb \
-e MYSQL_ROOT_PASSWORD=root \
mysql
mysql:5.7.13
```

## 创建数据库和账号权限配置
Expand Down

0 comments on commit 7390ccd

Please sign in to comment.