Skip to content

Commit

Permalink
[Update]不直接导入data.sql,独立模块独立的SQL文件导入
Browse files Browse the repository at this point in the history
  • Loading branch information
杨红飞 committed Apr 16, 2019
1 parent eee6a1e commit 70c6fe3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/source/env_ready.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,19 +208,6 @@ else
exit -3
fi
```
**导入数据**

```
#安装MySQL客户端测试一下
yum install https://www.percona.com/downloads/percona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpm
yum -y install Percona-Server-client-56
mysql -h127.0.0.1 -uroot -p${MYSQL_PASSWORD} #确认可以正常链接mysql
#初始化SQL文件
wget https://raw.githubusercontent.com/opendevops-cn/opendevops/master/data.sql
mysql -h127.0.0.1 -uroot -p${MYSQL_PASSWORD} < data.sql
```


**安装Redis**
```shell
Expand Down

0 comments on commit 70c6fe3

Please sign in to comment.